application.yml 925 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758
  1. spring:
  2. profiles:
  3. active: runtime, tools, data
  4. jpa:
  5. database: mysql
  6. show-sql: true
  7. hibernate:
  8. ddl-auto: update
  9. naming:
  10. strategy: org.hibernate.cfg.DefaultComponentSafeNamingStrategy
  11. properties:
  12. hibernate:
  13. dialect: org.hibernate.dialect.MySQL5Dialect
  14. session:
  15. store-type: redis
  16. thymeleaf:
  17. cache: false
  18. aop:
  19. proxy-target-class: true
  20. logging:
  21. level:
  22. org.springframework: INFO
  23. com.qxgmat: DEBUG
  24. com.nuliji: DEBUG
  25. management:
  26. security:
  27. enabled: false
  28. third:
  29. aliyuncs:
  30. accessKeyId: 123123123
  31. accessKeySecret: 123123123123
  32. sign: "多少教育"
  33. regionId: "cn-hangzhou"
  34. amap:
  35. appKey: a63ffb92338c6bc12788d963f3aecc5b
  36. wechat:
  37. pc:
  38. appId: 123123
  39. appSecret: 123123
  40. native:
  41. appId: 123123
  42. appSecret: 123123
  43. self:
  44. secret: qianxing-duoshaojiaoyu
  45. paper:
  46. sentenceLength: 20