Commit ea0c2d7a2ca67c51d1701604dcee08d1d905a937
1 parent
a99a61f5
配置文件修改
Showing
1 changed file
with
1 additions
and
1 deletions
src/main/resources/application-dev.properties
| ... | ... | @@ -8,7 +8,7 @@ spring.jpa.hibernate.naming_strategy= org.hibernate.cfg.ImprovedNamingStrategy |
| 8 | 8 | spring.jpa.database= MYSQL |
| 9 | 9 | spring.jpa.show-sql= true |
| 10 | 10 | spring.datasource.driver-class-name= com.mysql.jdbc.Driver |
| 11 | -spring.datasource.url= jdbc:mysql://127.0.0.1:3306/qp_control | |
| 11 | +spring.datasource.url= jdbc:mysql://192.168.168.201:3306/mh_control | |
| 12 | 12 | spring.datasource.username= root |
| 13 | 13 | spring.datasource.password= panzhao |
| 14 | 14 | #DATASOURCE | ... | ... |