12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788 |
- spring:
- profiles:
- active: runtime, tools, data
- jpa:
- database: mysql
- show-sql: true
- hibernate:
- ddl-auto: update
- naming:
- strategy: org.hibernate.cfg.DefaultComponentSafeNamingStrategy
- properties:
- hibernate:
- dialect: org.hibernate.dialect.MySQL5Dialect
- session:
- store-type: redis
- thymeleaf:
- cache: false
- aop:
- proxy-target-class: true
- logging:
- level:
- org.springframework: INFO
- com.qxgmat: DEBUG
- com.nuliji: DEBUG
- management:
- security:
- enabled: false
- third:
- sendcloud:
- smsUser: 123123
- smsKey: 13123
- apiUser: DUKB24_test_l4hdGN
- apiKey: G7piYRcF5Uin6g16
- from: 123@123,com
- fromName: 千行GMAT
- baiduai:
- appKey: LD0Si697zIdSut8iv5GoPpE8
- appSecret: DhpsxWkTbI379Q2tUsnD5RG8jiGVGggo
- wechat:
- pc:
- appId: 123123
- appSecret: 123123
- native:
- appId: 123123
- appSecret: 123123
- redirectUrl: http://www.qianxing.com/gateway/oauth
- pay:
- alipay:
- appId: 12312
- appKey: 123123
- appPublicKey: 123123
- pid: 123
- wechat:
- appId: 123123
- appKey: 123123
- pid: 123
- notifyUrl: http://www.qianxing.com/gateway/pay
- self:
- secret: qianxing-duoshaojiaoyu
- paper:
- sentenceLength: 20
- textbookLength: 31
- exerciseLength: 20
- awaLength: 1
- irLength: 12
- examination:
- verbalA: 1
- verbalB: 2
- quantC: 1
- quantD: 2
|