Update application.properties

This commit is contained in:
hellohao
2019-06-18 00:47:58 +08:00
committed by GitHub
parent b38776ba05
commit f9870f9b3d
+8 -8
View File
@@ -1,13 +1,13 @@
#数据库账号picturebed
spring.datasource.username=picturebed
#数据库密码
spring.datasource.password=Aa923453645
#数据库链接地址
spring.datasource.url=jdbc:mysql://hellohao.cn:3306/picturebed?useUnicode=true&characterEncoding=utf8&serverTimezone=GMT%2B8
#端口
#数据库账号picturebed
spring.datasource.username=root
#数据库密码
spring.datasource.password=root
#数据库链接地址
spring.datasource.url=jdbc:mysql://localhost:3306/picturebed?useUnicode=true&characterEncoding=utf8&serverTimezone=GMT%2B8
#端口
server.port=8088
#下边的配置项不需要修改。
#下边的配置项不需要修改。
mybatis.configuration.map-underscore-to-camel-case=true
mybatis.mapper-locations=classpath:mapper/*.xml
logging.level.cn.hellohao.dao=debug