application.yaml 779 B

123456789101112131415161718192021222324252627282930313233343536
  1. server:
  2. port: 9091
  3. tomcat:
  4. uri-encoding: UTF-8
  5. servlet:
  6. context-path: /office
  7. spring:
  8. http:
  9. encoding:
  10. force: true
  11. charset: utf-8
  12. enabled: true
  13. messages:
  14. basename: i18n/messages
  15. datasource:
  16. primary:
  17. driver-class-name: org.h2.Driver
  18. jdbc-url: jdbc:h2:file:${user.home}/.qywx/data/qywx;FILE_LOCK=NO;DB_CLOSE_ON_EXIT=FALSE
  19. username: admin
  20. password: select111***
  21. hikari:
  22. minimum-idle: 5
  23. maximum-pool-size: 50
  24. idle-timeout: 30000
  25. max-lifetime: 1800000
  26. connection-timeout: 30000
  27. redis:
  28. host: 127.0.0.1
  29. port: 6379
  30. jackson:
  31. serialization:
  32. write-dates-as-timestamps: true
  33. logging:
  34. path: ${user.home}/.qywx/logs/
  35. level:
  36. com.usoftchina.uas.office: debug