Commit ecb4fb90abca8f5fdea3f20f11cf92b66d39a2b9
1 parent
d9f05c05
1.测试数据库地址变更
Showing
1 changed file
with
13 additions
and
8 deletions
src/main/resources/application-test.properties
| ... | ... | @@ -13,9 +13,9 @@ spring.jpa.show-sql= false |
| 13 | 13 | |
| 14 | 14 | #DATABASE |
| 15 | 15 | spring.datasource.driver-class-name= com.mysql.jdbc.Driver |
| 16 | -spring.datasource.url= jdbc:mysql://10.10.200.148:3306/control?useUnicode=true&characterEncoding=utf-8&useSSL=false | |
| 16 | +spring.datasource.url= jdbc:mysql://192.170.100.114/control?useUnicode=true&characterEncoding=utf-8&useSSL=false | |
| 17 | 17 | spring.datasource.username= root |
| 18 | -spring.datasource.password= root | |
| 18 | +spring.datasource.password= root2jsp | |
| 19 | 19 | spring.datasource.type= com.zaxxer.hikari.HikariDataSource |
| 20 | 20 | |
| 21 | 21 | #DATASOURCE SETTING |
| ... | ... | @@ -33,21 +33,26 @@ spring.datasource.hikari.register-mbeans=true |
| 33 | 33 | ## gps client data |
| 34 | 34 | http.gps.real.cache.url= http://10.10.150.24:12580/realGps/all |
| 35 | 35 | ## gateway real data |
| 36 | -http.gps.real.url= http://10.10.200.79:8080/transport_server/rtgps/ | |
| 36 | +http.gps.real.url= http://192.170.100.252:8080/transport_server/rtgps/ | |
| 37 | 37 | ## gateway send directive |
| 38 | -#http.send.directive = http://10.10.200.79:8080/transport_server/message/ | |
| 38 | +##http.send.directive = http://192.170.100.252:8080/transport_server/message/ | |
| 39 | 39 | ## rfid data |
| 40 | -http.rfid.url= http://10.10.200.82:9000/rfid | |
| 40 | +http.rfid.url= http://192.170.100.80:9000/rfid | |
| 41 | +## wxsb | |
| 42 | +http.report.url.05= http://116.228.197.222:8081/ygjwsystem_j2ee/clbx/clbx_dd.do | |
| 43 | +http.report.url.22= http://116.247.73.122:9098/jgjwsystem_j2ee/clbx/clbx_dd.do | |
| 44 | +http.report.url.26= http://116.236.141.34:8088/nhjwsystem_j2ee/clbx/clbx_dd.do | |
| 45 | +http.report.url.55= http://180.168.216.248:8088/snjwsystem_j2ee/clbx/clbx_dd.do | |
| 41 | 46 | ## http ticketing interface |
| 42 | 47 | http.ticketing.interface= http://112.64.187.3:1080/gjService/request |
| 43 | 48 | http.mtplan.interface= https://112.64.45.51/wxk-prod-api/service-api/pdgj/schedule/byinfo |
| 44 | 49 | ## first last generate |
| 45 | -ms.fl.generate=false | |
| 50 | +ms.fl.generate=true | |
| 46 | 51 | ## dsm ack interface |
| 47 | 52 | dsm.ack.url= http://211.95.61.66:9008/modules/dsmCheckTheRecord/addDsm? |
| 48 | 53 | ## cp ack interface |
| 49 | 54 | cp.ack.url= http://114.80.178.12:8778/prod-api/serverApi/instructionsIssue/confirm/ |
| 50 | 55 | ## admin mail |
| 51 | -admin.mail= 113252620@qq.com | |
| 56 | +admin.mail= 3090342880@qq.com | |
| 52 | 57 | ## enabled |
| 53 | -enabled.whiteip= true | |
| 54 | 58 | \ No newline at end of file |
| 59 | +enabled.whiteip= false | |
| 55 | 60 | \ No newline at end of file | ... | ... |