Update application.properties

This commit is contained in:
泥瓦匠BYSocket
2019-03-09 11:53:48 +08:00
committed by GitHub
parent ad2faac263
commit dd0f24c33b

View File

@@ -1,7 +1,7 @@
## 数据源配置 ## 数据源配置
spring.datasource.url=jdbc:mysql://139.224.14.39:3306/springbootdb?useUnicode=true&characterEncoding=utf8 spring.datasource.url=jdbc:mysql://127.0.0.1:3306/springbootdb?useUnicode=true&characterEncoding=utf8
spring.datasource.username=root spring.datasource.username=root
spring.datasource.password=Hello123!@ spring.datasource.password=XX
spring.datasource.driver-class-name=com.mysql.jdbc.Driver spring.datasource.driver-class-name=com.mysql.jdbc.Driver
## Mybatis 配置 ## Mybatis 配置