- spring:
- redis:
- database: 12
- host: 192.168.2.126 # Redis服务器地址
- port: 6351 # Redis服务器连接端口
- password: Lan@T0Ne@6351 # Redis服务器连接密码(默认为空)
- datasource:
- druid:
- url: jdbc:mysql://192.168.2.126:3307/qc?serverTimezone=GMT%2B8&useUnicode=true&characterEncoding=utf8&characterSetResults=utf8&useSSL=false&allowMultiQueries=true
- username: root
- password: Lat0ne@tesT
- flyway:
- # 启用Flyway功能
- enabled: false
- swagger.show: true
|