Commit 171db36eb0b262608cbd6a9bf0db697264d26062
1 parent
60a6ff30
1
Showing
1 changed file
with
6 additions
and
3 deletions
src/main/resources/application-dev.properties
| ... | ... | @@ -8,9 +8,12 @@ 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/qp_control?useUnicode=true&characterEncoding=utf-8&useSSL=false | |
| 11 | +spring.datasource.url= jdbc:mysql://localhost/control?useUnicode=true&characterEncoding=utf-8&useSSL=false | |
| 12 | 12 | spring.datasource.username= root |
| 13 | -spring.datasource.password= | |
| 13 | +spring.datasource.password= root123 | |
| 14 | +#spring.datasource.url= jdbc:mysql://192.168.168.117/pd_control?useUnicode=true&characterEncoding=utf-8&useSSL=false | |
| 15 | +#spring.datasource.username= root | |
| 16 | +#spring.datasource.password= root | |
| 14 | 17 | #DATASOURCE |
| 15 | 18 | spring.datasource.max-active=100 |
| 16 | 19 | spring.datasource.max-idle=8 |
| ... | ... | @@ -26,7 +29,7 @@ spring.datasource.validation-query=select 1 |
| 26 | 29 | ## |
| 27 | 30 | #222.66.0.204:5555 |
| 28 | 31 | ##\u5B9E\u65F6gps |
| 29 | -http.gps.real.url= http://192.168.168.201:9090/transport_server/rtgps/ | |
| 32 | +http.gps.real.url= http://180.168.57.114:7474/transport_server/rtgps/ | |
| 30 | 33 | #http.gps.real.url= http://27.115.69.123:8800/transport_server/rtgps/ |
| 31 | 34 | ##\u6D88\u606F\u4E0B\u53D1 |
| 32 | 35 | http.send.directive = http://192.168.168.201:9090/transport_server/message/ |
| 33 | 36 | \ No newline at end of file | ... | ... |