application-dev.yml 733 B

1234567891011121314151617181920212223242526272829303132333435363738
  1. spring:
  2. datasource:
  3. password: envir
  4. username: envir
  5. url: jdbc:mysql://192.168.1.202:3307/sys_config?useUnicode=true&characterEncoding=utf-8&useSSL=false&zeroDateTimeBehavior=convertToNull
  6. session:
  7. store-type: redis
  8. redis:
  9. host: 192.168.1.202
  10. port: 6379
  11. database: 0
  12. password:
  13. rabbitmq:
  14. username: client
  15. password: client
  16. host: 192.168.1.202
  17. port: 5672
  18. auth:
  19. client:
  20. key: b3fe84b1ddbf4c3c9b064882de9bed56
  21. secret: 545f586c61a640f18c6feb9839f8b121
  22. security:
  23. cros: true
  24. shiro: false
  25. scan: false
  26. redis:
  27. database: 1 # redis数据库索引
  28. hostName: 192.168.1.202
  29. port: 6379
  30. password:
  31. timeout: 5000 # 连接超时时间(毫秒)