Commit 3aeb7d11edd1d11f6ee961bb551ba32efe4b20e8
1 parent
9bdbb71e
1.百度地图key替换
Showing
1 changed file
with
2 additions
and
2 deletions
src/main/resources/application-test.properties
| 1 | -server.port=9088 | |
| 1 | +*server.port=9088 | |
| 2 | 2 | management.port= 9001 |
| 3 | 3 | management.address= 127.0.0.1 |
| 4 | 4 | |
| ... | ... | @@ -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.40.82/control?useUnicode=true&characterEncoding=utf-8&useSSL=false | |
| 13 | +spring.datasource.url= jdbc:mysql://192.168.40.88/control?useUnicode=true&characterEncoding=utf-8&useSSL=false | |
| 14 | 14 | spring.datasource.username= root |
| 15 | 15 | spring.datasource.password= root2jsp |
| 16 | 16 | #DATASOURCE | ... | ... |