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 8 spring.jpa.database= MYSQL
9 9 spring.jpa.show-sql= false
10 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 12 spring.datasource.username= root
13 13 spring.datasource.password= root2jsp
14 14 #DATASOURCE
... ... @@ -35,6 +35,6 @@ http.control.secret.key= dVPHJkWUt5FhMT7jrM2dLV7QvlHAmZFd42rs1P0usBx8A7HZki
35 35 http.gps.real.url= http://127.0.0.1:8080/transport_server/rtgps/
36 36  
37 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 39 ms.mysql.username= root
40 40 ms.mysql.password= root2jsp
41 41 \ No newline at end of file
... ...