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:
@@ -13,6 +15,9 @@
  web:
    resources:
      static-locations: classpath:/static/
logging:
  config: classpath:logback-plus.xml
--- # mybatis 配置
mybatis:
@@ -28,13 +33,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: