application-prod.properties 1.12 KB
server.port=9777
management.port= 9778
management.address= 127.0.0.1

spring.jpa.hibernate.ddl-auto= none
spring.jpa.hibernate.naming_strategy= org.hibernate.cfg.ImprovedNamingStrategy
#DATABASE
spring.jpa.database= MYSQL
spring.jpa.show-sql= false
spring.datasource.driver-class-name= com.mysql.jdbc.Driver
spring.datasource.url= jdbc:mysql://10.10.150.20/control?useUnicode=true&characterEncoding=utf-8&useSSL=false
spring.datasource.username= root
spring.datasource.password= root2jsp@JSP
#DATASOURCE
spring.datasource.max-active=50
spring.datasource.max-idle=8
spring.datasource.min-idle=8
spring.datasource.initial-size=2

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

control.data.server.url= http://10.10.150.24:9089/webservice

#
### gps client
gps.server.pd=10.10.200.79
gps.port.pd=8899
forward.device.name=client93

### info_db
info.mysql.url=jdbc:mysql://10.10.150.24:3306/info_publish?useUnicode=true&characterEncoding=utf-8
info.mysql.username=root
info.mysql.password=root2jsp