Compare commits

..

No commits in common. '52514da391a769020b810562b1f71a886181de19' and '990392f6c4db487753e1f8339cce4f386ca46718' have entirely different histories.

@ -1,8 +1,8 @@
#mysql配置
spring.datasource.url=jdbc:mysql://192.168.254.123:3306/active4j_boot?serverTimezone=GMT%2B8&useUnicode=true&characterEncoding=utf-8
spring.datasource.url=jdbc:mysql://localhost:3306/active4j_boot?serverTimezone=GMT%2B8&useUnicode=true&characterEncoding=utf-8
spring.datasource.username=root
spring.datasource.password=qwer1234
spring.datasource.password=123456
spring.datasource.driverClassName=com.mysql.cj.jdbc.Driver
spring.datasource.validationQuery=SELECT 1

Loading…
Cancel
Save