Commit 1d4d34fd4cefa997a554be35e9cf4e8da829616c

Authored by liwei2917
1 parent 0a2fd566

更改数据库连接

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