mirror of
https://github.com/Hello-hao/Tbed.git
synced 2024-04-21 12:32:10 +00:00
Update application.properties
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user