|
@@ -1,41 +0,0 @@
|
|
|
-logging:
|
|
|
- config: classpath:log4j2.xml
|
|
|
-
|
|
|
-spring:
|
|
|
- datasource:
|
|
|
- driver-class-name: com.mysql.jdbc.Driver
|
|
|
- type: com.alibaba.druid.pool.DruidDataSource
|
|
|
- initialSize: 5
|
|
|
- maxActive: 20
|
|
|
- maxWait: 60000
|
|
|
- timeBetweenEvictionRunsMillis: 60000
|
|
|
- minEvictableIdleTimeMillis: 300000
|
|
|
- validationQuery: SELECT 1 FROM DUAL
|
|
|
- testWhileIdle: true
|
|
|
- testOnBorrow: false
|
|
|
- testOnReturn: false
|
|
|
- poolPreparedStatements: true
|
|
|
-
|
|
|
- redis:
|
|
|
- lettuce:
|
|
|
- pool:
|
|
|
- max-active: 8
|
|
|
- max-wait: -1
|
|
|
- max-idle: 8
|
|
|
- min-idle: 0
|
|
|
-
|
|
|
- application:
|
|
|
- name: we-com-server
|
|
|
-
|
|
|
-xxl:
|
|
|
- job:
|
|
|
- accessToken: ""
|
|
|
- executor:
|
|
|
- appname: ${spring.application.name}
|
|
|
- address: ""
|
|
|
- ip: ""
|
|
|
- port: 9999
|
|
|
- logpath: ${datalog}/xxl-job/
|
|
|
- logretentiondays: 30
|
|
|
-
|
|
|
-datalog: /datalog
|