Commit d5f81cea5e6bb70551b067d966c9523e0434b480
1 parent
f78526b1
1.大邑迁移
Showing
3 changed files
with
6 additions
and
6 deletions
src/main/resources/application-prod.properties
| ... | ... | @@ -9,8 +9,8 @@ spring.jpa.database= MYSQL |
| 9 | 9 | spring.jpa.show-sql= false |
| 10 | 10 | spring.datasource.driver-class-name= com.mysql.cj.jdbc.Driver |
| 11 | 11 | spring.datasource.url= jdbc:mysql://127.0.0.1/control_dy?useUnicode=true&characterEncoding=utf-8&useSSL=false |
| 12 | -spring.datasource.username= root | |
| 13 | -spring.datasource.password= root2jsp | |
| 12 | +spring.datasource.username= schedule | |
| 13 | +spring.datasource.password= fsodlgjiuigAQF2$9fs9 | |
| 14 | 14 | #DATASOURCE |
| 15 | 15 | spring.datasource.max-active=100 |
| 16 | 16 | spring.datasource.max-idle=8 | ... | ... |
src/main/resources/ms-jdbc.properties
| ... | ... | @@ -5,5 +5,5 @@ |
| 5 | 5 | |
| 6 | 6 | ms.mysql.driver= com.mysql.cj.jdbc.Driver |
| 7 | 7 | ms.mysql.url= jdbc:mysql://127.0.0.1/ms?useUnicode=true&characterEncoding=utf-8&useSSL=false |
| 8 | -ms.mysql.username= root | |
| 9 | -ms.mysql.password= root2jsp | |
| 10 | 8 | \ No newline at end of file |
| 9 | +ms.mysql.username= schedule | |
| 10 | +ms.mysql.password= fsodlgjiuigAQF2$9fs9 | |
| 11 | 11 | \ No newline at end of file | ... | ... |
src/main/resources/xxfb-jdbc.properties
| ... | ... | @@ -5,5 +5,5 @@ |
| 5 | 5 | |
| 6 | 6 | xxfb.mysql.driver= com.mysql.cj.jdbc.Driver |
| 7 | 7 | xxfb.mysql.url= jdbc:mysql://127.0.0.1/info_publish?useUnicode=true&characterEncoding=utf-8&useSSL=false |
| 8 | -xxfb.mysql.username= root | |
| 9 | -xxfb.mysql.password= root2jsp | |
| 10 | 8 | \ No newline at end of file |
| 9 | +xxfb.mysql.username= schedule | |
| 10 | +xxfb.mysql.password= fsodlgjiuigAQF2$9fs9 | |
| 11 | 11 | \ No newline at end of file | ... | ... |