Commit dbb3c8bab6d5513d1436739338dd8a5dae649ae1
1 parent
350c8918
1.prod配置修正
Showing
1 changed file
with
1 additions
and
1 deletions
src/main/resources/application-prod.properties
| @@ -8,7 +8,7 @@ spring.jpa.hibernate.naming_strategy= org.hibernate.cfg.ImprovedNamingStrategy | @@ -8,7 +8,7 @@ spring.jpa.hibernate.naming_strategy= org.hibernate.cfg.ImprovedNamingStrategy | ||
| 8 | spring.jpa.database= MYSQL | 8 | spring.jpa.database= MYSQL |
| 9 | spring.jpa.show-sql= false | 9 | spring.jpa.show-sql= false |
| 10 | spring.datasource.driver-class-name= com.mysql.jdbc.Driver | 10 | spring.datasource.driver-class-name= com.mysql.jdbc.Driver |
| 11 | -spring.datasource.url= jdbc:mysql://192.168.168.240:3306/jd_control?useUnicode=true&characterEncoding=utf-8&useSSL=false | 11 | +spring.datasource.url= spring.datasource.url= jdbc:mysql://192.168.160.222:3306/control?useUnicode=true&characterEncoding=utf-8&useSSL=false |
| 12 | spring.datasource.username= root | 12 | spring.datasource.username= root |
| 13 | spring.datasource.password= root2jsp | 13 | spring.datasource.password= root2jsp |
| 14 | #DATASOURCE | 14 | #DATASOURCE |