| | |
| | | servlet: |
| | | context-path: /xxl-job-admin |
| | | spring: |
| | | application: |
| | | name: ruoyi-xxl-job-admin |
| | | profiles: |
| | | active: @profiles.active@ |
| | | mvc: |
| | |
| | | web: |
| | | resources: |
| | | static-locations: classpath:/static/ |
| | | |
| | | logging: |
| | | config: classpath:logback-plus.xml |
| | | |
| | | --- # mybatis 配置 |
| | | mybatis: |
| | |
| | | suffix: .ftl |
| | | templateLoaderPath: classpath:/templates/ |
| | | |
| | | --- # 监控配置 |
| | | --- # Actuator 监控端点的配置项 |
| | | management: |
| | | health: |
| | | mail: |
| | | enabled: false |
| | | server: |
| | | base-path: /actuator |
| | | endpoints: |
| | | web: |
| | | exposure: |
| | | include: '*' |
| | | endpoint: |
| | | health: |
| | | show-details: ALWAYS |
| | | logfile: |
| | | external-file: ./logs/ruoyi-xxl-job-admin.log |
| | | |
| | | --- # xxljob系统配置 |
| | | xxl: |