Commit 44c7bbef5301c28f000a8fd6d99416bbf29d9351

Authored by 潘钊
1 parent 05ed3a49

加入实时GPS接口地址

src/main/resources/application.properties
... ... @@ -9,9 +9,9 @@ spring.jpa.hibernate.naming_strategy= org.hibernate.cfg.ImprovedNamingStrategy
9 9 spring.jpa.database= MYSQL
10 10 spring.jpa.show-sql= true
11 11 spring.datasource.driver-class-name= com.mysql.jdbc.Driver
12   -spring.datasource.url= jdbc:mysql://192.168.168.201:3306/control
  12 +spring.datasource.url= jdbc:mysql://127.0.0.1:3306/control
13 13 spring.datasource.username= root
14   -spring.datasource.password= 123456
  14 +spring.datasource.password= panzhao
15 15  
16 16 #DATASOURCE
17 17 spring.datasource.max-active=100
... ... @@ -24,3 +24,7 @@ spring.view.suffix=.html
24 24 server.session-timeout=-1
25 25  
26 26 security.basic.enabled=false
  27 +
  28 +##
  29 +#http.gps.real.url= http://222.66.0.204:5555/transport_server/rtgps/
  30 +http.gps.real.url= http://192.168.168.192:8080/transport_server/rtgps/
... ...