Commit 761c261c5e79dbf7b237e82cfdb409725ebec5fc

Authored by 潘钊
1 parent 02716315

update...

src/main/resources/application-prod.properties
... ... @@ -23,8 +23,9 @@ spring.datasource.test-on-return=true
23 23 spring.datasource.test-while-idle=true
24 24 spring.datasource.validation-query=select 1
25 25  
26   -##
27   -##\u5B9E\u65F6gps
  26 +## gps client data
  27 +http.gps.real.cache.url= http://10.10.150.24:12580/realGps/all
  28 +## gateway real data
28 29 http.gps.real.url= http://10.10.150.21:8080/transport_server/rtgps/
29   -##\u6D88\u606F\u4E0B\u53D1
  30 +## gateway send directive
30 31 http.send.directive = http://10.10.150.21:8080/transport_server/message/
31 32 \ No newline at end of file
... ...