application.yml 844 B

12345678910111213141516171819202122232425262728293031323334353637
  1. server:
  2. port: 10020
  3. servlet:
  4. context-path: /sso
  5. tomcat:
  6. uri-encoding: UTF-8
  7. basedir: /data/tmp
  8. spring:
  9. profiles: include: - common
  10. # Redis
  11. redis: database: 8 # Redis数据库索引(默认为0)
  12. timeout: 0 # 连接超时时间(毫秒)
  13. host: 172.18.0.23
  14. port: 6379
  15. password: Ebe1tech/Passw0rd
  16. # dataBase
  17. datasource:
  18. druid:
  19. # 从这里开始(druid)
  20. url: jdbc:mysql://172.18.0.23:3306/gihon?characterEncoding=UTF-8&useSSL=false
  21. username: root
  22. password: 1q2w3e4r
  23. knife4j:
  24. # 开启增强配置
  25. enable: true
  26. setting: swaggerModelName: '模型名称'
  27. enableFooter: false
  28. documents:
  29. -
  30. group: SSO
  31. name: 登录验证模块