ruoyi-admin/src/main/resources/application.yml
@@ -47,6 +47,7 @@ org.dromara: @logging.level@ org.springframework: warn org.mybatis.spring.mapper: error org.apache.fury: warn config: classpath:logback-plus.xml # 用户配置 @@ -110,15 +111,12 @@ security: # 排除路径 excludes: # 静态资源 - /*.html - /**/*.html - /**/*.css - /**/*.js # 公共路径 - /favicon.ico - /error # swagger 文档配置 - /*/api-docs - /*/api-docs/**