application.properties配置数据库的连接

时间:2020-03-11 18:59:27   收藏:0   阅读:796
spring.datasource.type= org.apache.tomcat.jdbc.pool.DataSource
spring.datasource.url=jdbc:mysql:///vueblog2?useUnicode=true&characterEncoding=UTF-8&useSSL=true&serverTimezone=UTC
spring.datasource.username=root
spring.datasource.password=3212626
mybatis.config-location=classpath:/mybatis-config.xml
server.port=8082
logging.level.org.springframework.security=info

每一行是什么意思搞不懂

原文:https://www.cnblogs.com/shitulaoma/p/12464328.html

评论(0
© 2014 bubuko.com 版权所有 - 联系我们:wmxa8@hotmail.com
打开技术之扣,分享程序人生!