Commit 2a9542e13880b774009e137a9decf9da0b9bc333
1 parent
d8b6fd40
1.
Showing
1 changed file
with
1 additions
and
1 deletions
src/main/resources/application-prod.properties
| ... | ... | @@ -10,7 +10,7 @@ spring.jpa.hibernate.naming_strategy= org.hibernate.cfg.ImprovedNamingStrategy |
| 10 | 10 | spring.jpa.database= MYSQL |
| 11 | 11 | spring.jpa.show-sql= true |
| 12 | 12 | spring.datasource.driver-class-name= com.mysql.jdbc.Driver |
| 13 | -spring.datasource.url= jdbc:mysql://192.168.168.240/qp_control?useUnicode=true&characterEncoding=utf-8&useSSL=false | |
| 13 | +spring.datasource.url= jdbc:mysql://192.168.50.213/control?useUnicode=true&characterEncoding=utf-8&useSSL=false | |
| 14 | 14 | spring.datasource.username= root |
| 15 | 15 | spring.datasource.password= root2jsp |
| 16 | 16 | #DATASOURCE | ... | ... |