Commit cc5e7cda79f17b2077e9d1aa66e64221e89f4381

Authored by 王通
1 parent ab6d7a11

1.

src/main/resources/application-ghx.properties
@@ -8,7 +8,7 @@ spring.jpa.hibernate.naming_strategy= org.hibernate.cfg.ImprovedNamingStrategy @@ -8,7 +8,7 @@ spring.jpa.hibernate.naming_strategy= org.hibernate.cfg.ImprovedNamingStrategy
8 spring.jpa.database= MYSQL 8 spring.jpa.database= MYSQL
9 spring.jpa.show-sql= false 9 spring.jpa.show-sql= false
10 spring.datasource.driver-class-name= com.mysql.jdbc.Driver 10 spring.datasource.driver-class-name= com.mysql.jdbc.Driver
11 -spring.datasource.url= jdbc:mysql://192.168.0.227/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 spring.datasource.username= root 12 spring.datasource.username= root
13 spring.datasource.password= root2jsp 13 spring.datasource.password= root2jsp
14 #DATASOURCE 14 #DATASOURCE
@@ -35,6 +35,6 @@ http.control.secret.key= dVPHJkWUt5FhMT7jrM2dLV7QvlHAmZFd42rs1P0usBx8A7HZki @@ -35,6 +35,6 @@ http.control.secret.key= dVPHJkWUt5FhMT7jrM2dLV7QvlHAmZFd42rs1P0usBx8A7HZki
35 http.gps.real.url= http://127.0.0.1:8080/transport_server/rtgps/ 35 http.gps.real.url= http://127.0.0.1:8080/transport_server/rtgps/
36 36
37 ms.mysql.driver= com.mysql.jdbc.Driver 37 ms.mysql.driver= com.mysql.jdbc.Driver
38 -ms.mysql.url= jdbc:mysql://192.168.0.227/ms?useUnicode=true&characterEncoding=utf-8 38 +ms.mysql.url= jdbc:mysql://127.0.0.1/ms?useUnicode=true&characterEncoding=utf-8
39 ms.mysql.username= root 39 ms.mysql.username= root
40 ms.mysql.password= root2jsp 40 ms.mysql.password= root2jsp
41 \ No newline at end of file 41 \ No newline at end of file