application-test.properties 1.34 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

#DATABASE
spring.datasource.driver-class-name= com.mysql.jdbc.Driver
spring.datasource.url= jdbc:mysql://10.10.200.148:3306/control?useUnicode=true&characterEncoding=utf-8&useSSL=false
spring.datasource.username= root
spring.datasource.password= root

#DATASOURCE SETTING
spring.datasource.max-active=100
spring.datasource.max-idle=8
spring.datasource.min-idle=8
spring.datasource.initial-size=5
spring.datasource.test-on-borrow=true
spring.datasource.test-on-connect=true
spring.datasource.test-on-return=true
spring.datasource.test-while-idle=true
spring.datasource.validation-query=select 1

## gps client data
http.gps.real.cache.url= http://10.10.150.24:12580/realGps/all
## gateway real data
http.gps.real.url= http://10.10.200.79:8080/transport_server/rtgps/
## gateway send directive
#http.send.directive = http://10.10.200.79:8080/transport_server/message/
## rfid data
http.rfid.url= http://10.10.200.82:9000/rfid