Commit 84116b953e24ab2cbef1148cbfdbfc606b8767d9

Authored by liwei2917
2 parents 597ef32e f74936d7

修改服务器配置

src/main/resources/application.properties
... ... @@ -6,9 +6,9 @@
6 6 #spring.datasource.username=root
7 7 #spring.datasource.password=nbLdyO.79
8 8  
9   -spring.datasource.url=jdbc:mysql://120.92.4.49:23306/new_shy?serverTimezone=Asia/Shanghai&useUnicode=true&characterEncoding=utf8&characterSetResults=utf8&useSSL=false
  9 +spring.datasource.url=jdbc:mysql://10.137.192.7:3306/new_shy?serverTimezone=Asia/Shanghai&useUnicode=true&characterEncoding=utf8&characterSetResults=utf8&useSSL=false
10 10 spring.datasource.username=admin
11   -spring.datasource.password=Sre#45iU7kJ
  11 +spring.datasource.password=83BwiCoq
12 12  
13 13 spring.datasource.driver-class-name=com.mysql.jdbc.Driver
14 14  
... ...