diff --git a/blade-auth/src/main/resources/application.yml b/blade-auth/src/main/resources/application.yml index 326c9c3d..9e7573c6 100644 --- a/blade-auth/src/main/resources/application.yml +++ b/blade-auth/src/main/resources/application.yml @@ -29,9 +29,10 @@ spring: cache: false # 模板路径 template-loader-path: classpath:/templates/ - resources: + web: # 资源路径 - static-locations: classpath:/static/ + resources: + static-locations: classpath:/static/ #swagger文档 swagger: