Commit bb3e892542710b04b4bbbb1d2bb6c633ad8aeca0
1 parent
220704f7
1.与应急预案平台联通,配置更改
Showing
2 changed files
with
103 additions
and
95 deletions
src/main/resources/application-dev.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://127.0.0.1/control?useUnicode=true&characterEncoding=utf-8&useSSL=false | |
| 17 | -##spring.datasource.url= jdbc:mysql://192.168.168.222/control?useUnicode=true&characterEncoding=utf-8&useSSL=false | |
| 18 | -#spring.datasource.username= root | |
| 19 | -#spring.datasource.password= | |
| 20 | -spring.datasource.url= jdbc:mysql://127.0.0.1/control?useUnicode=true&characterEncoding=utf-8&useSSL=false | |
| 21 | -spring.datasource.username= root | |
| 22 | -spring.datasource.password= root | |
| 23 | -#spring.datasource.url= jdbc:mysql://192.168.168.117/pd_control?useUnicode=true&characterEncoding=utf-8&useSSL=false | |
| 24 | -#spring.datasource.username= root | |
| 25 | -#spring.datasource.password= root | |
| 26 | -spring.datasource.type= com.zaxxer.hikari.HikariDataSource | |
| 27 | - | |
| 28 | -#DATASOURCE SETTING | |
| 29 | -spring.datasource.hikari.minimum-idle= 8 | |
| 30 | -spring.datasource.hikari.maximum-pool-size= 100 | |
| 31 | -#spring.datasource.hikari.auto-commit= true | |
| 32 | -spring.datasource.hikari.idle-timeout= 60000 | |
| 33 | -#spring.datasource.hikari.pool-name= HikariPool | |
| 34 | -spring.datasource.hikari.max-lifetime= 1800000 | |
| 35 | -spring.datasource.hikari.connection-timeout= 3000 | |
| 36 | -spring.datasource.hikari.connection-test-query= SELECT 1 | |
| 37 | -spring.datasource.hikari.validation-timeout= 3000 | |
| 38 | -spring.datasource.hikari.register-mbeans=true | |
| 39 | - | |
| 40 | -## gps client data | |
| 41 | -http.gps.real.cache.url= http://10.10.150.24:12580/realGps/all | |
| 42 | -## gateway real data | |
| 43 | -http.gps.real.url= http://114.80.178.12:18080/transport_server/rtgps/ | |
| 44 | -## gateway send directive | |
| 45 | -http.send.directive = http://192.168.168.201:9090/transport_server/message/ | |
| 46 | -## rfid data | |
| 47 | -http.rfid.url= http://114.80.178.12:29000/rfid | |
| 48 | -## http ticketing interface | |
| 49 | -http.ticketing.interface= http://112.64.187.3:1080/gjService/request | |
| 50 | -## first last generate | |
| 51 | -ms.fl.generate=true | |
| 52 | 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://127.0.0.1/control?useUnicode=true&characterEncoding=utf-8&useSSL=false | |
| 18 | +##spring.datasource.url= jdbc:mysql://192.168.168.222/control?useUnicode=true&characterEncoding=utf-8&useSSL=false | |
| 19 | +#spring.datasource.username= root | |
| 20 | +#spring.datasource.password= | |
| 21 | +spring.datasource.url= jdbc:mysql://127.0.0.1/control?useUnicode=true&characterEncoding=utf-8&useSSL=false | |
| 22 | +spring.datasource.username= root | |
| 23 | +spring.datasource.password= root | |
| 24 | +#spring.datasource.url= jdbc:mysql://192.168.168.117/pd_control?useUnicode=true&characterEncoding=utf-8&useSSL=false | |
| 25 | +#spring.datasource.username= root | |
| 26 | +#spring.datasource.password= root | |
| 27 | +spring.datasource.type= com.zaxxer.hikari.HikariDataSource | |
| 28 | + | |
| 29 | +#DATASOURCE SETTING | |
| 30 | +spring.datasource.hikari.minimum-idle= 8 | |
| 31 | +spring.datasource.hikari.maximum-pool-size= 100 | |
| 32 | +#spring.datasource.hikari.auto-commit= true | |
| 33 | +spring.datasource.hikari.idle-timeout= 60000 | |
| 34 | +#spring.datasource.hikari.pool-name= HikariPool | |
| 35 | +spring.datasource.hikari.max-lifetime= 1800000 | |
| 36 | +spring.datasource.hikari.connection-timeout= 3000 | |
| 37 | +spring.datasource.hikari.connection-test-query= SELECT 1 | |
| 38 | +spring.datasource.hikari.validation-timeout= 3000 | |
| 39 | +spring.datasource.hikari.register-mbeans=true | |
| 40 | + | |
| 41 | +## gps client data | |
| 42 | +http.gps.real.cache.url= http://10.10.150.24:12580/realGps/all | |
| 43 | +## gateway real data | |
| 44 | +http.gps.real.url= http://114.80.178.12:18080/transport_server/rtgps/ | |
| 45 | +## gateway send directive | |
| 46 | +http.send.directive = http://192.168.168.201:9090/transport_server/message/ | |
| 47 | +## rfid data | |
| 48 | +http.rfid.url= http://114.80.178.12:29000/rfid | |
| 49 | +## http ticketing interface | |
| 50 | +http.ticketing.interface= http://112.64.187.3:1080/gjService/request | |
| 51 | +## first last generate | |
| 52 | +ms.fl.generate=true | |
| 53 | +## dsm ack interface | |
| 54 | +dsm.ack.url= http://211.95.61.66:9008/modules/dsmCheckTheRecord/addDsm? | |
| 55 | +## cp ack interface | |
| 56 | +cp.ack.url= http://114.80.178.12:8778/prod-api/serverApi/instructionsIssue/confirm/ | |
| 53 | 57 | \ No newline at end of file | ... | ... |
src/main/resources/application-test.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= false | |
| 13 | - | |
| 14 | -#DATABASE | |
| 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 | |
| 17 | -spring.datasource.username= root | |
| 18 | -spring.datasource.password= root | |
| 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 | -## http ticketing interface | |
| 42 | -http.ticketing.interface= http://112.64.187.3:1080/gjService/request | |
| 43 | -## first last generate | |
| 44 | -ms.fl.generate=false | |
| 45 | 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= false | |
| 14 | + | |
| 15 | +#DATABASE | |
| 16 | +spring.datasource.driver-class-name= com.mysql.jdbc.Driver | |
| 17 | +spring.datasource.url= jdbc:mysql://10.10.200.148:3306/control?useUnicode=true&characterEncoding=utf-8&useSSL=false | |
| 18 | +spring.datasource.username= root | |
| 19 | +spring.datasource.password= root | |
| 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 | +## http ticketing interface | |
| 43 | +http.ticketing.interface= http://112.64.187.3:1080/gjService/request | |
| 44 | +## first last generate | |
| 45 | +ms.fl.generate=false | |
| 46 | +## dsm ack interface | |
| 47 | +dsm.ack.url= http://211.95.61.66:9008/modules/dsmCheckTheRecord/addDsm? | |
| 48 | +## cp ack interface | |
| 49 | +cp.ack.url= http://114.80.178.12:8778/prod-api/serverApi/instructionsIssue/confirm/ | |
| 46 | 50 | \ No newline at end of file | ... | ... |