application-test.properties 3.99 KB
server.port=9088

# dubbo����ʹ�ÿ���flag
dubbo.use=false

#JPA
spring.jpa.hibernate.ddl-auto= none
spring.jpa.hibernate.naming.implicit-strategy=org.hibernate.boot.model.naming.ImplicitNamingStrategyLegacyHbmImpl
spring.jpa.hibernate.naming.physical-strategy=org.springframework.boot.orm.jpa.hibernate.SpringPhysicalNamingStrategy
spring.jpa.database= MYSQL
spring.jpa.properties.hibernate.enable_lazy_load_no_trans=true
spring.jpa.show-sql= false
spring.jpa.properties.hibernate.dialect= org.hibernate.spatial.dialect.mysql.MySQL56InnoDBSpatialDialect

#DATABASE
spring.datasource.driver-class-name= com.mysql.jdbc.Driver
spring.datasource.url= jdbc:mysql://192.168.168.242/control_pd?useUnicode=true&characterEncoding=utf-8&useSSL=false
spring.datasource.username= root
spring.datasource.password= root2jsp
spring.datasource.type= com.zaxxer.hikari.HikariDataSource

#DATASOURCE SETTING
spring.datasource.hikari.minimum-idle= 8
spring.datasource.hikari.maximum-pool-size= 100
#spring.datasource.hikari.auto-commit= true
spring.datasource.hikari.idle-timeout= 60000
#spring.datasource.hikari.pool-name= HikariPool
spring.datasource.hikari.max-lifetime= 1800000
spring.datasource.hikari.connection-timeout= 3000
spring.datasource.hikari.connection-test-query= SELECT 1
spring.datasource.hikari.validation-timeout= 3000
spring.datasource.hikari.register-mbeans=true

kafka.use= false
spring.kafka.consumer.bootstrap-servers= 192.170.100.114:9092,192.170.100.114:9093,192.170.100.114:9094
spring.kafka.consumer.group-id= schedule-system-test
spring.kafka.consumer.auto-offset-reset= latest
spring.kafka.consumer.key-deserializer= org.apache.kafka.common.serialization.StringDeserializer
spring.kafka.consumer.value-deserializer= org.apache.kafka.common.serialization.StringDeserializer

## gps client data
http.gps.real.cache.url= http://10.10.150.24:12580/realGps/all
## gateway real data
http.gps.real.url= http://192.170.100.252:8080/transport_server/rtgps/
## gateway send directive
##http.send.directive = http://192.170.100.252:8080/transport_server/message/
## rfid data
http.rfid.url= http://192.170.100.80:9000/rfid
## wxsb
http.report.url.05= http://116.228.197.222:8081/ygjwsystem_j2ee/clbx/clbx_dd.do
http.report.url.22= http://116.247.73.122:9098/jgjwsystem_j2ee/clbx/clbx_dd.do
http.report.url.26= http://116.236.141.34:8088/nhjwsystem_j2ee/clbx/clbx_dd.do
http.report.url.55= http://180.168.216.248:8088/snjwsystem_j2ee/clbx/clbx_dd.do
## http ticketing interface
http.ticketing.interface= http://112.64.187.3:1080/gjService/request
http.mtplan.interface= https://112.64.45.51/wxk-prod-api/service-api/pdgj/schedule/byinfo
## first last generate
ms.fl.generate=true
## dsm ack interface
dsm.ack.url= http://211.95.61.66:9008/modules/dsmCheckTheRecord/addDsm?
## cp ack interface
cp.ack.url= http://114.80.178.12:8778/prod-api/serverApi/instructionsIssue/confirm/
## admin mail
admin.mail= 3090342880@qq.com
## enabled
enabled.whiteip= false
enabled.authority= false

sso.enabled= false
sso.systemcode = SYS0023
sso.http.url.login= https://112.64.45.51/portal/index.html#/login
sso.http.url.logout= https://112.64.45.51/information/api/v1/logout
sso.http.url.auth= https://112.64.45.51/information/authenticate/authorityAuthentication

wvp.login.user=admin
wvo.login.pwd=e9bc0e13a8a16cbb07b175d92a113126
wvp.login.url=http://61.169.120.202:28080/api/user/login
wvp.channel.list.url=http://61.169.120.202:28080/api/device/query/query/channel/carNo/{carNo}
wvp.channel.list.img.url=http://61.169.120.202:28080/api/device/query/snap/
wvp.channel.play.url =http://61.169.120.202:1091/rtp/
wvp.channel.live.broadcast.url=http://61.169.120.202:28080/#/play/wasm/ws%3A%2F%2F61.169.120.202%3A1091%2Frtp%2F{device}_{channel}.live.flv
wvp.channel.history.list.url=http://61.169.120.202:28080/api/gb_record/query/{device}/{channel}?startTime={startTimeStr}&endTime={endTimeStr}


#客流图像
passengerFlow.url = http://192.168.168.152:9999/images/
#DSM图像视频
dsm.url = http://211.95.61.66:9008/safedriving/SafeDrivingInterface_for_jcpt

i18n.locale= en_US