| | |
| | | level: |
| | | org.dromara: @logging.level@ |
| | | org.springframework: warn |
| | | tech.powerjob.worker.background: warn |
| | | org.mybatis.spring.mapper: error |
| | | config: classpath:logback-plus.xml |
| | | |
| | |
| | | # 设置总上传的文件大小 |
| | | max-request-size: 20MB |
| | | mvc: |
| | | # 设置静态资源路径 防止所有请求都去查静态资源 |
| | | static-path-pattern: /static/** |
| | | format: |
| | | date-time: yyyy-MM-dd HH:mm:ss |
| | | jackson: |
| | |
| | | # swagger 文档配置 |
| | | - /*/api-docs |
| | | - /*/api-docs/** |
| | | # actuator 监控配置 |
| | | - /actuator |
| | | - /actuator/** |
| | | # EasyRetry Job 分派 @see com.aizuda.easy.retry.client.job.core.client.JobEndPoint |
| | | - /job/dispatch/v1 |
| | | - /job/stop/v1 |
| | | |
| | | # 多租户配置 |
| | | tenant: |