¶Ô±ÈÐÂÎļþ |
| | |
| | | --- # server é
ç½® |
| | | server: |
| | | port: 9100 |
| | | servlet: |
| | | context-path: /xxl-job-admin |
| | | spring: |
| | | profiles: |
| | | active: @profiles.active@ |
| | | mvc: |
| | | servlet: |
| | | load-on-startup: 0 |
| | | static-path-pattern: /static/** |
| | | web: |
| | | resources: |
| | | static-locations: classpath:/static/ |
| | | |
| | | --- # mybatis é
ç½® |
| | | mybatis: |
| | | mapper-locations: classpath:/mybatis-mapper/*Mapper.xml |
| | | |
| | | --- # 页é¢é
ç½® |
| | | spring: |
| | | freemarker: |
| | | charset: UTF-8 |
| | | request-context-attribute: request |
| | | settings: |
| | | number_format: 0.########## |
| | | suffix: .ftl |
| | | templateLoaderPath: classpath:/templates/ |
| | | |
| | | --- # çæ§é
ç½® |
| | | management: |
| | | health: |
| | | mail: |
| | | enabled: false |
| | | server: |
| | | base-path: /actuator |
| | | |
| | | --- # xxljobç³»ç»é
ç½® |
| | | xxl: |
| | | job: |
| | | # é´ætoken |
| | | accessToken: xxl-job |
| | | # å½é
å |
| | | i18n: zh_CN |
| | | # æ¥å¿æ¸
ç |
| | | logretentiondays: 30 |
| | | triggerpool: |
| | | fast: |
| | | max: 200 |
| | | slow: |
| | | max: 100 |