Commit 54f72ca61c58dacddb67b849fbf02218a2d7b466
1 parent
d34a3e38
1.长沙配置变更
Showing
1 changed file
with
1 additions
and
1 deletions
src/main/resources/application-test.properties
| ... | ... | @@ -14,7 +14,7 @@ spring.jpa.properties.hibernate.dialect= org.hibernate.spatial.dialect.mysql.MyS |
| 14 | 14 | |
| 15 | 15 | #DATABASE |
| 16 | 16 | spring.datasource.driver-class-name= com.mysql.jdbc.Driver |
| 17 | -spring.datasource.url= jdbc:mysql://192.168.168.152/control_dy?useUnicode=true&characterEncoding=utf-8&useSSL=false | |
| 17 | +spring.datasource.url= jdbc:mysql://192.168.168.152/control_changsha?useUnicode=true&characterEncoding=utf-8&useSSL=false | |
| 18 | 18 | spring.datasource.username= root |
| 19 | 19 | spring.datasource.password= root2jsp |
| 20 | 20 | spring.datasource.type= com.zaxxer.hikari.HikariDataSource | ... | ... |