application.yml 1.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485
  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. redirectUrl: http://www.qianxing.com/gateway/oauth
  44. pay:
  45. alipay:
  46. appId: 12312
  47. appKey: 123123
  48. appPublicKey: 123123
  49. pid: 123
  50. wechat:
  51. appId: 123123
  52. appKey: 123123
  53. pid: 123
  54. notifyUrl: http://www.qianxing.com/gateway/pay
  55. self:
  56. secret: qianxing-duoshaojiaoyu
  57. paper:
  58. sentenceLength: 20
  59. textbookLength: 31
  60. exerciseLength: 20
  61. awaLength: 1
  62. irLength: 12
  63. examination:
  64. verbalA: 1
  65. verbalB: 2
  66. quantC: 1
  67. quantD: 2