Commit 0404bddb6724ee6476266ac4e4ad7f4d84431509
1 parent
9895e298
数据库修改
Showing
1 changed file
with
3 additions
and
2 deletions
src/main/resources/application-prod.properties
| @@ -11,9 +11,10 @@ spring.jpa.hibernate.naming_strategy= org.hibernate.cfg.ImprovedNamingStrategy | @@ -11,9 +11,10 @@ spring.jpa.hibernate.naming_strategy= org.hibernate.cfg.ImprovedNamingStrategy | ||
| 11 | spring.jpa.database= MYSQL | 11 | spring.jpa.database= MYSQL |
| 12 | spring.jpa.show-sql= false | 12 | spring.jpa.show-sql= false |
| 13 | spring.datasource.driver-class-name= com.mysql.jdbc.Driver | 13 | spring.datasource.driver-class-name= com.mysql.jdbc.Driver |
| 14 | -spring.datasource.url= jdbc:mysql://10.10.150.24:3306/control?useUnicode=true&characterEncoding=utf-8&useSSL=false | 14 | +spring.datasource.url= jdbc:mysql://10.10.200.148:3306/control?useUnicode=true&characterEncoding=utf-8&useSSL=false |
| 15 | spring.datasource.username= root | 15 | spring.datasource.username= root |
| 16 | -spring.datasource.password= root2jsp | 16 | +spring.datasource.password= root |
| 17 | + | ||
| 17 | #DATASOURCE | 18 | #DATASOURCE |
| 18 | spring.datasource.max-active=100 | 19 | spring.datasource.max-active=100 |
| 19 | spring.datasource.max-idle=8 | 20 | spring.datasource.max-idle=8 |