application-ghx.properties 1.49 KB
server.port=9089
management.port= 9001
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://192.168.0.227/control?useUnicode=true&characterEncoding=utf-8&useSSL=false
spring.datasource.username= root
spring.datasource.password= root2jsp
#DATASOURCE
spring.datasource.max-active=100
spring.datasource.max-idle=8
spring.datasource.min-idle=8
spring.datasource.initial-size=3

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

#REDIS
spring.redis.database=0
spring.redis.host=127.0.0.1
spring.redis.password=LHjDZkwL2y41IvQk
spring.redis.port=16379

http.control.service_data_url= http://127.0.0.1:9088/companyService
http.control.secret.key= dVPHJkWUt5FhMT7jrM2dLV7QvlHAmZFd42rs1P0usBx8A7HZki

http.gps.real.url= http://127.0.0.1:8080/transport_server/rtgps/

ms.mysql.driver= com.mysql.jdbc.Driver
ms.mysql.url= jdbc:mysql://192.168.0.227/ms?useUnicode=true&characterEncoding=utf-8
ms.mysql.username= root
ms.mysql.password= root2jsp

xxfb.mysql.driver= com.mysql.jdbc.Driver
xxfb.mysql.url= jdbc:mysql://192.168.0.227/info_publish?useUnicode=true&characterEncoding=utf-8
xxfb.mysql.username= root
xxfb.mysql.password= root2jsp