123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118 |
- server:
- port: 8888
- tomcat:
- uri-encoding: utf-8
- spring:
- datasource:
- druid:
-
- type: com.alibaba.druid.pool.DruidDataSource
- driver-class-name: com.mysql.cj.jdbc.Driver
- url: jdbc:mysql://127.0.0.1:3306/qianxing?useUnicode=true&characterEncoding=utf-8&allowMultiQueries=true
- username: qianxing
- password: qianxing
-
- initial-size: 5
- min-idle: 5
- max-active: 20
-
- max-wait: 30000
-
- time-between-eviction-runs-millis: 60000
-
- min-evictable-idle-time-millis: 300000
- validation-query: select '1' from dual
- test-while-idle: true
- test-on-borrow: false
- test-on-return: false
-
- pool-prepared-statements: true
- max-open-prepared-statements: 20
- max-pool-prepared-statement-per-connection-size: 20
-
- filters: stat
-
- aop-patterns: cc.mrbird.servie.*
-
- web-stat-filter:
- enabled: true
-
- url-pattern: /*
-
- exclusions: '*.js,*.gif,*.jpg,*.png,*.css,*.ico,/druid/*'
-
- stat-view-servlet:
- enabled: true
-
- url-pattern: /druid/*
-
- reset-enable: false
-
- login-username: druid
- login-password: druid123
-
-
-
-
-
- filter:
- stat:
- log-slow-sql: true
- redis:
-
- database: 0
-
- host: 127.0.0.1
-
- port: 6379
- jedis:
- pool:
-
- min-idle: 8
-
- max-idle: 500
-
- max-active: 2000
-
- max-wait: 10000
-
- timeout: 5000
- upload:
- local_path: ../upload/
- web_url: /upload/
- water: /upload
- font: ./NotoSansCJK-Bold.ttc
- third:
- wechat:
- pc:
- appId: wx324965bb6800f9b9
- appSecret: 51b8bf5029502d8eccb7a658529b1372
- native:
- appId: wxbee75af2ece94ed7
- appSecret: efdef63acfae765b0b890072e12a0198
- questionTemplate: 123123
- courseTemplate: 1312
- redirectUrl: http://www.duoshaojiaoyu.com/gateway/oauth
- pay:
- wechat:
- appId: wxbee75af2ece94ed7
- notifyUrl: http://www.duoshaojiaoyu.com/gateway/pay
- video:
- ffmpeg: ffmpeg
- url:
- pc: http://www.duoshaojiaoyu.com
- h5: http://h5.duoshaojiaoyu.com
|