application.yml 1.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788
  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. sendcloud:
  30. smsUser: 123123
  31. smsKey: 13123
  32. apiUser: DUKB24_test_l4hdGN
  33. apiKey: G7piYRcF5Uin6g16
  34. from: 123@123,com
  35. fromName: 千行GMAT
  36. baiduai:
  37. appKey: LD0Si697zIdSut8iv5GoPpE8
  38. appSecret: DhpsxWkTbI379Q2tUsnD5RG8jiGVGggo
  39. wechat:
  40. pc:
  41. appId: 123123
  42. appSecret: 123123
  43. native:
  44. appId: 123123
  45. appSecret: 123123
  46. redirectUrl: http://www.qianxing.com/gateway/oauth
  47. pay:
  48. alipay:
  49. appId: 12312
  50. appKey: 123123
  51. appPublicKey: 123123
  52. pid: 123
  53. wechat:
  54. appId: 123123
  55. appKey: 123123
  56. pid: 123
  57. notifyUrl: http://www.qianxing.com/gateway/pay
  58. self:
  59. secret: qianxing-duoshaojiaoyu
  60. paper:
  61. sentenceLength: 20
  62. textbookLength: 31
  63. exerciseLength: 20
  64. awaLength: 1
  65. irLength: 12
  66. examination:
  67. verbalA: 1
  68. verbalB: 2
  69. quantC: 1
  70. quantD: 2