Commit f74936d7cab2100ec7a3c1dc17ebe0edd211fe01

Authored by liwei2917
1 parent e6166424

更改数据库配置

src/main/resources/application.properties
1   -spring.datasource.url=jdbc:mysql://120.92.102.31:3306/new_shy?serverTimezone=Asia/Shanghai&useUnicode=true&characterEncoding=utf8&characterSetResults=utf8&useSSL=false
2   -spring.datasource.username=root
3   -spring.datasource.password=M345sdfss4!
  1 +spring.datasource.url=jdbc:mysql://10.137.192.14:3306/new_shy?serverTimezone=Asia/Shanghai&useUnicode=true&characterEncoding=utf8&characterSetResults=utf8&useSSL=false
  2 +spring.datasource.username=admin
  3 +spring.datasource.password=83BwiCoq
4 4  
5 5 #spring.datasource.url=jdbc:mysql://127.0.0.1:3306/new_shy?serverTimezone=Asia/Shanghai&useUnicode=true&characterEncoding=utf8&characterSetResults=utf8&useSSL=false
6 6 #spring.datasource.username=root
... ...