疯狂的狮子li
2022-07-11 6c1e146bc17c51ed744aa289b20febe339703196
ruoyi-extend/ruoyi-xxl-job-admin/src/main/resources/application.yml
@@ -4,6 +4,8 @@
  servlet:
    context-path: /xxl-job-admin
spring:
  application:
    name: ruoyi-xxl-job-admin
  profiles:
    active: @profiles.active@
  mvc:
@@ -28,13 +30,20 @@
    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: