From f9870f9b3d470c6722e3d6eb2dfbce97005eba73 Mon Sep 17 00:00:00 2001 From: hellohao <47170291+Hello-hao@users.noreply.github.com> Date: Tue, 18 Jun 2019 00:47:58 +0800 Subject: [PATCH] Update application.properties --- src/main/resources/application.properties | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src/main/resources/application.properties b/src/main/resources/application.properties index b399301..034ca08 100644 --- a/src/main/resources/application.properties +++ b/src/main/resources/application.properties @@ -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 -#端口 +#鏁版嵁搴撹处鍙穚icturebed +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