Commit 6291c006005209ca12ce2a72d5f7b7da318e6b2a
1 parent
84f4e26a
update...
Showing
1 changed file
with
3 additions
and
10 deletions
src/main/resources/application-dev.properties
| ... | ... | @@ -8,9 +8,9 @@ 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/pd_control?useUnicode=true&characterEncoding=utf-8&useSSL=false | |
| 11 | +spring.datasource.url= jdbc:mysql://127.0.0.1/control?useUnicode=true&characterEncoding=utf-8&useSSL=false | |
| 12 | 12 | spring.datasource.username= root |
| 13 | -spring.datasource.password= panzhao | |
| 13 | +spring.datasource.password= root | |
| 14 | 14 | #spring.datasource.url= jdbc:mysql://192.168.168.117/pd_control?useUnicode=true&characterEncoding=utf-8&useSSL=false |
| 15 | 15 | #spring.datasource.username= root |
| 16 | 16 | #spring.datasource.password= root |
| ... | ... | @@ -32,11 +32,4 @@ spring.datasource.validation-query=select 1 |
| 32 | 32 | http.gps.real.url= http://114.80.178.12:18080/transport_server/rtgps/ |
| 33 | 33 | #http.gps.real.url= http://27.115.69.123:8800/transport_server/rtgps/ |
| 34 | 34 | ##\u6D88\u606F\u4E0B\u53D1 |
| 35 | -http.send.directive = http://192.168.168.201:9090/transport_server/message/ | |
| 36 | - | |
| 37 | -## gps client | |
| 38 | -gps.server.pd=114.80.178.12 | |
| 39 | -gps.port.pd=8899 | |
| 40 | -gps.server.pf=180.166.5.82 | |
| 41 | -gps.port.pf=9030 | |
| 42 | -forward.device.name=client98 | |
| 43 | 35 | \ No newline at end of file |
| 36 | +http.send.directive = http://192.168.168.201:9090/transport_server/message/ | |
| 44 | 37 | \ No newline at end of file | ... | ... |