Commit 1febeff6f54c0ab39507e737ca09556e001178f3
1 parent
986ef6a4
1.dev配置变更
Showing
1 changed file
with
4 additions
and
4 deletions
src/main/resources/application-dev.properties
| @@ -32,8 +32,8 @@ spring.datasource.control.register-mbeans=false | @@ -32,8 +32,8 @@ spring.datasource.control.register-mbeans=false | ||
| 32 | #DATABASE info-publish | 32 | #DATABASE info-publish |
| 33 | spring.datasource.info-publish.driver-class-name= com.mysql.cj.jdbc.Driver | 33 | spring.datasource.info-publish.driver-class-name= com.mysql.cj.jdbc.Driver |
| 34 | spring.datasource.info-publish.jdbc-url= jdbc:mysql://10.10.2.20/info_publish?rewriteBatchedStatements=true&useUnicode=true&characterEncoding=utf-8&useSSL=false | 34 | spring.datasource.info-publish.jdbc-url= jdbc:mysql://10.10.2.20/info_publish?rewriteBatchedStatements=true&useUnicode=true&characterEncoding=utf-8&useSSL=false |
| 35 | -spring.datasource.info-publish.username= root | ||
| 36 | -spring.datasource.info-publish.password= root2jsp | 35 | +spring.datasource.info-publish.username= schedule |
| 36 | +spring.datasource.info-publish.password= fsodlgjiuigAQF2$9fs9 | ||
| 37 | spring.datasource.info-publish.type= com.zaxxer.hikari.HikariDataSource | 37 | spring.datasource.info-publish.type= com.zaxxer.hikari.HikariDataSource |
| 38 | #DATASOURCE | 38 | #DATASOURCE |
| 39 | spring.datasource.info-publish.minimum-idle= 8 | 39 | spring.datasource.info-publish.minimum-idle= 8 |
| @@ -49,8 +49,8 @@ spring.datasource.info-publish.register-mbeans=false | @@ -49,8 +49,8 @@ spring.datasource.info-publish.register-mbeans=false | ||
| 49 | #DATABASE ms | 49 | #DATABASE ms |
| 50 | spring.datasource.ms.driver-class-name= com.mysql.cj.jdbc.Driver | 50 | spring.datasource.ms.driver-class-name= com.mysql.cj.jdbc.Driver |
| 51 | spring.datasource.ms.jdbc-url= jdbc:mysql://10.10.2.20/ms?rewriteBatchedStatements=true&useUnicode=true&characterEncoding=utf-8&useSSL=false | 51 | spring.datasource.ms.jdbc-url= jdbc:mysql://10.10.2.20/ms?rewriteBatchedStatements=true&useUnicode=true&characterEncoding=utf-8&useSSL=false |
| 52 | -spring.datasource.ms.username= root | ||
| 53 | -spring.datasource.ms.password= root2jsp | 52 | +spring.datasource.ms.username= schedule |
| 53 | +spring.datasource.ms.password= fsodlgjiuigAQF2$9fs9 | ||
| 54 | spring.datasource.ms.type= com.zaxxer.hikari.HikariDataSource | 54 | spring.datasource.ms.type= com.zaxxer.hikari.HikariDataSource |
| 55 | #DATASOURCE | 55 | #DATASOURCE |
| 56 | spring.datasource.ms.minimum-idle= 8 | 56 | spring.datasource.ms.minimum-idle= 8 |