application-test.yml 495 B

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