application-prod.properties 1.02 KB
server.port=9088
management.port= 9001
management.address= 127.0.0.1

dubbo.use=false

spring.jpa.hibernate.ddl-auto= none
spring.jpa.hibernate.naming_strategy= org.hibernate.cfg.ImprovedNamingStrategy
#DATABASE
spring.jpa.database= MYSQL
spring.jpa.show-sql= true
spring.datasource.driver-class-name= com.mysql.jdbc.Driver
spring.datasource.url= jdbc:mysql://192.168.210.128/qp_control?useUnicode=true&characterEncoding=utf-8&useSSL=false
spring.datasource.username= root
spring.datasource.password= Aa123456
#DATASOURCE
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

## gateway real data
http.gps.real.url= http://192.168.210.128:8080/transport_server/rtgps/
## gateway send directive
http.send.directive = http://192.168.210.128:8080/transport_server/message/