31 lines
472 B
YAML
31 lines
472 B
YAML
spring:
|
|
profiles:
|
|
active: dev
|
|
logging:
|
|
file:
|
|
path: ./logs
|
|
management:
|
|
health:
|
|
mail:
|
|
enabled: false
|
|
server:
|
|
servlet:
|
|
base-path: /actuator
|
|
mybatis:
|
|
mapper-locations: classpath:/mybatis-mapper/*Mapper.xml
|
|
|
|
server:
|
|
port: 9300
|
|
servlet:
|
|
context-path: /xxl-job-admin
|
|
xxl:
|
|
job:
|
|
accessToken: jeepayTaskToken@2022
|
|
i18n: zh_CN
|
|
logretentiondays: 30
|
|
triggerpool:
|
|
fast:
|
|
max: 200
|
|
slow:
|
|
max: 100
|