spring: datasource: driver-class-name: com.mysql.cj.jdbc.Driver type: com.alibaba.druid.pool.DruidDataSource username: push password: nzwA3HQLX5yNJh53 url: jdbc:mysql://rm-2vcw922e20158115l.mysql.cn-chengdu.rds.aliyuncs.com:3306/access_control?useUnicode=true&characterEncoding=utf8&useSSL=false&serverTimezone=Asia/Shanghai&zeroDateTimeBehavior=convertToNull druid: # 初始连接数 initialSize: 5 # 最小连接池数量 minIdle: 10 # 最大连接池数量 maxActive: 20 # 配置获取连接等待超时的时间 maxWait: 60000 data: redis: host: r-2vcqhixqvh8gwzj3by.redis.cn-chengdu.rds.aliyuncs.com password: mCFEETDwBhgB29y2 port: 6379 database: 13 lettuce: pool: enabled: true max-active: 8 max-idle: 16 min-idle: 1 # 日志级别 logging: level: root: info # mybatis-plus 打印sql mybatis-plus: configuration: log-impl: org.apache.ibatis.logging.stdout.StdOutImpl