Commit 220704f7c7450dde99b86b97683511dd11646d82

Authored by 王通
1 parent 453efa15

1.与应急预案平台联通,配置更改

src/main/resources/application-prod.properties
1 -server.port=9088  
2 -  
3 -# dubbo����ʹ�ÿ���flag  
4 -dubbo.use=false  
5 -  
6 -#JPA  
7 -spring.jpa.hibernate.ddl-auto= none  
8 -spring.jpa.hibernate.naming.implicit-strategy=org.hibernate.boot.model.naming.ImplicitNamingStrategyLegacyHbmImpl  
9 -spring.jpa.hibernate.naming.physical-strategy=org.springframework.boot.orm.jpa.hibernate.SpringPhysicalNamingStrategy  
10 -spring.jpa.database= MYSQL  
11 -spring.jpa.properties.hibernate.enable_lazy_load_no_trans=true  
12 -spring.jpa.show-sql= true  
13 -  
14 -#DATABASE  
15 -spring.datasource.driver-class-name= com.mysql.jdbc.Driver  
16 -spring.datasource.url= jdbc:mysql://10.10.200.121:3306/control?useUnicode=true&characterEncoding=utf-8&useSSL=false&serverTimezone=Asia/Shanghai  
17 -spring.datasource.username= root  
18 -spring.datasource.password= root2jsp  
19 -spring.datasource.type= com.zaxxer.hikari.HikariDataSource  
20 -  
21 -#DATASOURCE SETTING  
22 -spring.datasource.hikari.minimum-idle= 8  
23 -spring.datasource.hikari.maximum-pool-size= 100  
24 -#spring.datasource.hikari.auto-commit= true  
25 -spring.datasource.hikari.idle-timeout= 60000  
26 -#spring.datasource.hikari.pool-name= HikariPool  
27 -spring.datasource.hikari.max-lifetime= 1800000  
28 -spring.datasource.hikari.connection-timeout= 3000  
29 -spring.datasource.hikari.connection-test-query= SELECT 1  
30 -spring.datasource.hikari.validation-timeout= 3000  
31 -spring.datasource.hikari.register-mbeans=true  
32 -  
33 -## gps client data  
34 -http.gps.real.cache.url= http://10.10.150.24:12580/realGps/all  
35 -## gateway real data  
36 -http.gps.real.url= http://10.10.200.79:8080/transport_server/rtgps/  
37 -## gateway send directive  
38 -http.send.directive= http://10.10.200.79:8080/transport_server/message/  
39 -## rfid data  
40 -http.rfid.url= http://10.10.200.82:9000/rfid  
41 -## wxsb  
42 -#http.report.url.05= http://192.168.168.154:8088/ygjwsystem_j2ee/clbx/clbx_dd.do  
43 -#http.report.url.22= http://192.168.168.154:8088/jgjwsystem_j2ee/clbx/clbx_dd.do  
44 -#http.report.url.26= http://192.168.168.154:8088/nhjwsystem_j2ee/clbx/clbx_dd.do  
45 -#http.report.url.55= http://192.168.168.154:8088/snjwsystem_j2ee/clbx/clbx_dd.do  
46 -http.report.url.05= http://116.228.197.222:8081/ygjwsystem_j2ee/clbx/clbx_dd.do  
47 -http.report.url.22= http://116.247.73.122:9098/jgjwsystem_j2ee/clbx/clbx_dd.do  
48 -http.report.url.26= http://116.236.141.34:8088/nhjwsystem_j2ee/clbx/clbx_dd.do  
49 -http.report.url.55= http://180.168.216.248:8088/snjwsystem_j2ee/clbx/clbx_dd.do  
50 -## http ticketing interface  
51 -http.ticketing.interface= http://112.64.187.3:1080/gjService/request  
52 -## first last generate  
53 -ms.fl.generate=true  
54 \ No newline at end of file 1 \ No newline at end of file
  2 +server.port=9088
  3 +
  4 +# dubbo����ʹ�ÿ���flag
  5 +dubbo.use=false
  6 +
  7 +#JPA
  8 +spring.jpa.hibernate.ddl-auto= none
  9 +spring.jpa.hibernate.naming.implicit-strategy=org.hibernate.boot.model.naming.ImplicitNamingStrategyLegacyHbmImpl
  10 +spring.jpa.hibernate.naming.physical-strategy=org.springframework.boot.orm.jpa.hibernate.SpringPhysicalNamingStrategy
  11 +spring.jpa.database= MYSQL
  12 +spring.jpa.properties.hibernate.enable_lazy_load_no_trans=true
  13 +spring.jpa.show-sql= true
  14 +
  15 +#DATABASE
  16 +spring.datasource.driver-class-name= com.mysql.jdbc.Driver
  17 +spring.datasource.url= jdbc:mysql://10.10.200.121:3306/control?useUnicode=true&characterEncoding=utf-8&useSSL=false&serverTimezone=Asia/Shanghai
  18 +spring.datasource.username= root
  19 +spring.datasource.password= root2jsp
  20 +spring.datasource.type= com.zaxxer.hikari.HikariDataSource
  21 +
  22 +#DATASOURCE SETTING
  23 +spring.datasource.hikari.minimum-idle= 8
  24 +spring.datasource.hikari.maximum-pool-size= 100
  25 +#spring.datasource.hikari.auto-commit= true
  26 +spring.datasource.hikari.idle-timeout= 60000
  27 +#spring.datasource.hikari.pool-name= HikariPool
  28 +spring.datasource.hikari.max-lifetime= 1800000
  29 +spring.datasource.hikari.connection-timeout= 3000
  30 +spring.datasource.hikari.connection-test-query= SELECT 1
  31 +spring.datasource.hikari.validation-timeout= 3000
  32 +spring.datasource.hikari.register-mbeans=true
  33 +
  34 +## gps client data
  35 +http.gps.real.cache.url= http://10.10.150.24:12580/realGps/all
  36 +## gateway real data
  37 +http.gps.real.url= http://10.10.200.79:8080/transport_server/rtgps/
  38 +## gateway send directive
  39 +http.send.directive= http://10.10.200.79:8080/transport_server/message/
  40 +## rfid data
  41 +http.rfid.url= http://10.10.200.82:9000/rfid
  42 +## wxsb
  43 +#http.report.url.05= http://192.168.168.154:8088/ygjwsystem_j2ee/clbx/clbx_dd.do
  44 +#http.report.url.22= http://192.168.168.154:8088/jgjwsystem_j2ee/clbx/clbx_dd.do
  45 +#http.report.url.26= http://192.168.168.154:8088/nhjwsystem_j2ee/clbx/clbx_dd.do
  46 +#http.report.url.55= http://192.168.168.154:8088/snjwsystem_j2ee/clbx/clbx_dd.do
  47 +http.report.url.05= http://116.228.197.222:8081/ygjwsystem_j2ee/clbx/clbx_dd.do
  48 +http.report.url.22= http://116.247.73.122:9098/jgjwsystem_j2ee/clbx/clbx_dd.do
  49 +http.report.url.26= http://116.236.141.34:8088/nhjwsystem_j2ee/clbx/clbx_dd.do
  50 +http.report.url.55= http://180.168.216.248:8088/snjwsystem_j2ee/clbx/clbx_dd.do
  51 +## http ticketing interface
  52 +http.ticketing.interface= http://112.64.187.3:1080/gjService/request
  53 +## first last generate
  54 +ms.fl.generate=true
  55 +## dsm ack interface
  56 +dsm.ack.url= http://211.95.61.66:9008/modules/dsmCheckTheRecord/addDsm?
  57 +## cp ack interface
  58 +cp.ack.url= http://114.80.178.12:8778/prod-api/serverApi/instructionsIssue/confirm/
55 \ No newline at end of file 59 \ No newline at end of file