1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980 |
- 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: DUKB24_test_l4hdGP
- smsKey: PibMCVq1BkY6KOqwpqckbg15oFPQCB6N
- apiUser: DUKB24_test_l4hdGN
- apiKey: G7piYRcF5Uin6g16
- from: 123@123,com
- fromName: 千行GMAT
- baiduai:
- appKey: LD0Si697zIdSut8iv5GoPpE8
- appSecret: DhpsxWkTbI379Q2tUsnD5RG8jiGVGggo
- pay:
- alipay:
- appId: 12312
- appKey: 123123
- appPublicKey: 123123
- pid: 123
- wechat:
- appId: 123123
- appKey: 123123
- pid: 123
- notifyUrl: http://www.qianxing.com/gateway/pay
- ip:
- database:
- path: ./ipipfree.ipdb
- self:
- secret: qianxing-duoshaojiaoyu
- paper:
- sentenceLength: 20
- textbookLength: 31
- exerciseLength: 20
- awaLength: 1
- irLength: 12
- examination:
- verbalA: 1
- verbalB: 2
- quantC: 1
- quantD: 2
|