Commit 84f4e26aac8c62a61535ed2d92b699ede97e6ae0

Authored by 潘钊
1 parent 26abe0ca

加入 GPS socket 客户端相关配置

src/main/resources/application-dev.properties
... ... @@ -6,11 +6,11 @@ spring.jpa.hibernate.ddl-auto= update
6 6 spring.jpa.hibernate.naming_strategy= org.hibernate.cfg.ImprovedNamingStrategy
7 7 #DATABASE
8 8 spring.jpa.database= MYSQL
9   -spring.jpa.show-sql= false
  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/control?useUnicode=true&characterEncoding=utf-8&useSSL=false
  11 +spring.datasource.url= jdbc:mysql://127.0.0.1/pd_control?useUnicode=true&characterEncoding=utf-8&useSSL=false
12 12 spring.datasource.username= root
13   -spring.datasource.password=
  13 +spring.datasource.password= panzhao
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
... ... @@ -29,7 +29,14 @@ spring.datasource.validation-query=select 1
29 29 ##
30 30 #222.66.0.204:5555
31 31 ##\u5B9E\u65F6gps
32   -http.gps.real.url= http://180.168.57.114:7474/transport_server/rtgps/
  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 35 \ No newline at end of file
  36 +http.send.directive = http://192.168.168.201:9090/transport_server/message/
  37 +
  38 +## gps client
  39 +gps.server.pd=114.80.178.12
  40 +gps.port.pd=8899
  41 +gps.server.pf=180.166.5.82
  42 +gps.port.pf=9030
  43 +forward.device.name=client98
37 44 \ No newline at end of file
... ...