application-test.yml 813 Bytes
#内蒙卫生健康科研项目管理系统(测试环境)
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@'
  redis:
    # 超时时间
    timeout: 10000ms
    # 服务器地址
    host: 192.168.1.23
    # 服务器端口
    port: 6379
    # 数据库
    database: 4
    # 密码
    password: 123456
    lettuce:
      pool:
        # 最大连接数(默认8)
        max-active: 1024
        # 最大连接阻塞等待时间,默认-1
        max-wait: 10000ms
        # 最大空闲连接
        max-idle: 200
        # 最小空闲连接
        min-idle: 5