Commit c2cd9eb7 by Administrator

Add new file

parent cbf36a78
server:
tomcat:
max-threads: 500
min-spare-threads: 50
spring:
datasource:
url: jdbc:mysql://192.168.50.173:3306/gkzy_service_dev?useUnicode=true&characterEncoding=utf-8&useSSL=false&serverTimezone=GMT%2B8&allowMultiQueries=true
driver-class-name: com.mysql.jdbc.Driver #oracle.jdbc.OracleDriver
username: root
password: Techhero1992
keep-alive-time: 30000
hikari:
minimum-idle: 1
maximum-pool-size: 5
idle-timeout: 600000
max-lifetime: 1500000
connection-test-query: select 1 #select 1 from dual
redis:
host: 192.168.50.173
port: 6379
password: 123456
database: 1
timeout: 10000
lettuce:
pool:
max-idle: 4
min-idle: 1
max-active: 5
max-wait: 10000
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment