Commit 84116b953e24ab2cbef1148cbfdbfc606b8767d9
修改服务器配置
Showing
1 changed file
with
2 additions
and
2 deletions
src/main/resources/application.properties
| @@ -6,9 +6,9 @@ | @@ -6,9 +6,9 @@ | ||
| 6 | #spring.datasource.username=root | 6 | #spring.datasource.username=root |
| 7 | #spring.datasource.password=nbLdyO.79 | 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 | spring.datasource.username=admin | 10 | spring.datasource.username=admin |
| 11 | -spring.datasource.password=Sre#45iU7kJ | 11 | +spring.datasource.password=83BwiCoq |
| 12 | 12 | ||
| 13 | spring.datasource.driver-class-name=com.mysql.jdbc.Driver | 13 | spring.datasource.driver-class-name=com.mysql.jdbc.Driver |
| 14 | 14 |