- spring:
- datasource:
- url: jdbc:mysql://mysql:3306/file_collect?useUnicode=true&characterEncoding=utf-8&serverTimezone=Asia/Shanghai
- username: root
- password: root
- redis:
- host: redis # Redis服务器地址
- database: 0 # Redis数据库索引(默认为0)
- port: 6379 # Redis服务器连接端口
- password: # Redis服务器连接密码(默认为空)
- timeout: 3000ms # 连接超时时间(毫秒)
- logging:
- level:
- root: info
- com.macro.mall: debug
|