csc-szls-oauth-dev.yml 874 B

12345678910111213141516171819202122232425262728
  1. spring:
  2. datasource:
  3. driver-class-name: com.mysql.jdbc.Driver
  4. username: root
  5. password: 123456
  6. url: jdbc:mysql://172.16.0.46:3306/csc-szls?characterEncoding=utf-8&useSSL=false&serverTimezone=UTC
  7. redis:
  8. database: 0 #Redis数据库索引(默认为0)
  9. timeout: 5000ms # 连接超时时间(毫秒)
  10. host: 172.16.0.46
  11. port: 6679
  12. password: 123456 # Redis服务器连接密码(默认为空)
  13. jedis:
  14. pool:
  15. max-active: 8 # 连接池中的最大连接
  16. max-wait: -1ms # 连接池最大阻塞等待时间(使用负值表示没有限制)
  17. max-idle: 8 # 连接池中的最大空闲连接
  18. min-idle: 0 # 连接池中的最小空闲连接
  19. mybatis:
  20. mapper-locations: classpath:/mapper/*Mapper.xml
  21. my-config:
  22. clientId: client_oauth
  23. logging:
  24. level:
  25. com.unissoft.mapper: DEBUG #包路径为mapper文件包路径