application.yml 1.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980
  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: DUKB24_test_l4hdGP
  31. smsKey: PibMCVq1BkY6KOqwpqckbg15oFPQCB6N
  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. pay:
  40. alipay:
  41. appId: 12312
  42. appKey: 123123
  43. appPublicKey: 123123
  44. pid: 123
  45. wechat:
  46. appId: 123123
  47. appKey: 123123
  48. pid: 123
  49. notifyUrl: http://www.qianxing.com/gateway/pay
  50. ip:
  51. database:
  52. path: ./ipipfree.ipdb
  53. self:
  54. secret: qianxing-duoshaojiaoyu
  55. paper:
  56. sentenceLength: 20
  57. textbookLength: 31
  58. exerciseLength: 20
  59. awaLength: 1
  60. irLength: 12
  61. examination:
  62. verbalA: 1
  63. verbalB: 2
  64. quantC: 1
  65. quantD: 2