提交
This commit is contained in:
30
jeepay-task-center/src/main/resources/application.yml
Normal file
30
jeepay-task-center/src/main/resources/application.yml
Normal file
@@ -0,0 +1,30 @@
|
||||
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
|
||||
Reference in New Issue
Block a user