Commit f8ed28c6b1caf59f941d530f9760fcb1b4973f2d

Authored by 潘钊
1 parent dc7fe2e9

update

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:3306/control
  11 +spring.datasource.url= jdbc:mysql://192.168.168.201:3306/control
12 12 spring.datasource.username= root
13   -spring.datasource.password= panzhao
  13 +spring.datasource.password= 123456
14 14 #DATASOURCE
15 15 spring.datasource.max-active=100
16 16 spring.datasource.max-idle=8
... ... @@ -26,6 +26,8 @@ spring.datasource.validation-query=select 1
26 26 ##
27 27 #222.66.0.204:5555
28 28 ##\u5B9E\u65F6gps
29   -http.gps.real.url= http://27.115.69.123:8800/transport_server/rtgps/
  29 +http.gps.real.url= http://192.168.168.201:8080/transport_server/rtgps/
  30 +#http.gps.real.url= http://27.115.69.123:8800/transport_server/rtgps/
30 31 ##\u6D88\u606F\u4E0B\u53D1
31   -http.send.directive = http://192.168.168.201:9090/transport_server/message/
32 32 \ No newline at end of file
  33 +http.send.directive = http://192.168.168.201:8080/transport_server/message/
  34 +#http.send.directive = http://192.168.168.201:9090/transport_server/message/
33 35 \ No newline at end of file
... ...
src/main/resources/ms-jdbc.properties
... ... @@ -6,4 +6,4 @@ ms.mysql.password= 123456
6 6 #ms.mysql.driver= com.mysql.jdbc.Driver
7 7 #ms.mysql.url= jdbc:mysql://192.168.168.171:3306/ms?useUnicode=true&characterEncoding=utf-8
8 8 #ms.mysql.username= root
9   -#ms.mysql.password= root2jsp
  9 +#ms.mysql.password= root2jsp
10 10 \ No newline at end of file
... ...