Commit 2bea434f authored by 徐俊's avatar 徐俊

xujun

parent 5387701a
#贵州省卫生健康科研项目管理系统(本地环境)
spring: spring:
datasource: datasource:
driver-class-name: com.mysql.cj.jdbc.Driver driver-class-name: com.mysql.cj.jdbc.Driver
url: jdbc:mysql://ybs01beta.mysql.rds.aliyuncs.com/yn_srp_system?useUnicode=true&characterEncoding=UTF-8&autoReconnect=true&useSSL=false&serverTimezone=Asia/Shanghai url: jdbc:mysql://nmg-kysb.mysql.rds.aliyuncs.com/yn_srp_system?useUnicode=true&characterEncoding=UTF-8&autoReconnect=true&useSSL=false&serverTimezone=Asia/Shanghai
username: yn_kysb username: yhbj_yn
password: '&Zk4obO7v@' password: 'WpKJS2ZEx&35DrU'
redis: redis:
# 超时时间 # 超时时间
timeout: 10000ms timeout: 10000ms
# 服务器地址 # 服务器地址
host: 192.168.1.95 host: nmg-kysb.redis.rds.aliyuncs.com
# 服务器端口 # 服务器端口
port: 6379 port: 6379
# 数据库 # 数据库
database: 4 database: 7
# 密码 # 密码
password: Ynbys2@)@) password: yhbj_yn:WpKJS2ZEx&35DrU
lettuce: lettuce:
pool: pool:
# 最大连接数(默认8) # 最大连接数(默认8)
...@@ -25,4 +24,4 @@ spring: ...@@ -25,4 +24,4 @@ spring:
# 最大空闲连接 # 最大空闲连接
max-idle: 200 max-idle: 200
# 最小空闲连接 # 最小空闲连接
min-idle: 2 min-idle: 5
\ No newline at end of file
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