Commit ceee5fa6a4013209c988339766a2048710393c62
1 parent
2523093f
1.应急预案url、协议变更,代码变更
Showing
1 changed file
with
1 additions
and
1 deletions
src/main/resources/application-cloud.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://192.170.100.132/pd_control?useUnicode=true&characterEncoding=utf-8&useSSL=false | |
| 16 | +spring.datasource.url= jdbc:mysql://192.170.100.132/control?useUnicode=true&characterEncoding=utf-8&useSSL=false | |
| 17 | 17 | spring.datasource.username= root |
| 18 | 18 | spring.datasource.password= root2jsp |
| 19 | 19 | spring.datasource.type= com.zaxxer.hikari.HikariDataSource | ... | ... |