Commit 5912a47f5205da23724701db3f431664a07c8055
1 parent
34dbf293
Merge branch 'pudong_jdk8' of 192.168.168.201:panzhaov5/bsth_control
into pudong_jdk8
Showing
1 changed file
with
37 additions
and
37 deletions
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 | - | |
| 20 | -#DATASOURCE SETTING | |
| 21 | -spring.datasource.max-active=100 | |
| 22 | -spring.datasource.max-idle=8 | |
| 23 | -spring.datasource.min-idle=8 | |
| 24 | -spring.datasource.initial-size=5 | |
| 25 | -spring.datasource.test-on-borrow=true | |
| 26 | -spring.datasource.test-on-connect=true | |
| 27 | -spring.datasource.test-on-return=true | |
| 28 | -spring.datasource.test-while-idle=true | |
| 29 | -spring.datasource.validation-query=select 1 | |
| 30 | - | |
| 31 | -## gps client data | |
| 32 | -http.gps.real.cache.url= http://10.10.150.24:12580/realGps/all | |
| 33 | -## gateway real data | |
| 34 | -http.gps.real.url= http://10.10.200.79:8080/transport_server/rtgps/ | |
| 35 | -## gateway send directive | |
| 36 | -#http.send.directive = http://10.10.200.79:8080/transport_server/message/ | |
| 37 | -## rfid data | |
| 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 | + | |
| 20 | +#DATASOURCE SETTING | |
| 21 | +spring.datasource.max-active=100 | |
| 22 | +spring.datasource.max-idle=8 | |
| 23 | +spring.datasource.min-idle=8 | |
| 24 | +spring.datasource.initial-size=5 | |
| 25 | +spring.datasource.test-on-borrow=true | |
| 26 | +spring.datasource.test-on-connect=true | |
| 27 | +spring.datasource.test-on-return=true | |
| 28 | +spring.datasource.test-while-idle=true | |
| 29 | +spring.datasource.validation-query=select 1 | |
| 30 | + | |
| 31 | +## gps client data | |
| 32 | +http.gps.real.cache.url= http://10.10.150.24:12580/realGps/all | |
| 33 | +## gateway real data | |
| 34 | +http.gps.real.url= http://10.10.200.79:8080/transport_server/rtgps/ | |
| 35 | +## gateway send directive | |
| 36 | +#http.send.directive = http://10.10.200.79:8080/transport_server/message/ | |
| 37 | +## rfid data | |
| 38 | 38 | http.rfid.url= http://10.10.200.82:9000/rfid |
| 39 | 39 | \ No newline at end of file | ... | ... |