Commit 4da535d2cf745db12afc8653f38252d2db16fb22
1 parent
f8e008a6
1
Showing
1 changed file
with
2 additions
and
2 deletions
src/main/resources/application-prod.properties
| ... | ... | @@ -13,7 +13,7 @@ spring.jpa.show-sql= false |
| 13 | 13 | |
| 14 | 14 | #DATABASE |
| 15 | 15 | spring.datasource.driver-class-name= com.mysql.jdbc.Driver |
| 16 | -spring.datasource.url= jdbc:mysql://58.34.47.74/control?useUnicode=true&characterEncoding=utf-8&useSSL=false&serverTimezone=Asia/Shanghai | |
| 16 | +spring.datasource.url= jdbc:mysql://10.10.150.101/control?useUnicode=true&characterEncoding=utf-8&useSSL=false&serverTimezone=Asia/Shanghai | |
| 17 | 17 | spring.datasource.username= root |
| 18 | 18 | spring.datasource.password= A123456ab |
| 19 | 19 | spring.datasource.type= com.zaxxer.hikari.HikariDataSource |
| ... | ... | @@ -62,7 +62,7 @@ admin.mail= 3090342880@qq.com |
| 62 | 62 | enabled.whiteip= false |
| 63 | 63 | |
| 64 | 64 | ms.mysql.driver= com.mysql.jdbc.Driver |
| 65 | -ms.mysql.url= jdbc:mysql://58.34.47.74/ms?useUnicode=true&characterEncoding=utf-8&useSSL=false | |
| 65 | +ms.mysql.url= jdbc:mysql://10.10.150.101/ms?useUnicode=true&characterEncoding=utf-8&useSSL=false | |
| 66 | 66 | ms.mysql.username= root |
| 67 | 67 | ms.mysql.password= A123456ab |
| 68 | 68 | ... | ... |