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

xujun

parent 5387701a
#贵州省卫生健康科研项目管理系统(本地环境)
spring:
datasource:
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
username: yn_kysb
password: '&Zk4obO7v@'
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: yhbj_yn
password: 'WpKJS2ZEx&35DrU'
redis:
# 超时时间
timeout: 10000ms
# 服务器地址
host: 192.168.1.95
host: nmg-kysb.redis.rds.aliyuncs.com
# 服务器端口
port: 6379
# 数据库
database: 4
database: 7
# 密码
password: Ynbys2@)@)
password: yhbj_yn:WpKJS2ZEx&35DrU
lettuce:
pool:
# 最大连接数(默认8)
......@@ -25,4 +24,4 @@ spring:
# 最大空闲连接
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