From 8ed296b3c07311926af080747ca80c370cf5e6af Mon Sep 17 00:00:00 2001 From: smallchill Date: Fri, 15 Jul 2022 20:29:31 +0800 Subject: [PATCH] =?UTF-8?q?:ok=5Fhand:=20=E6=9B=B4=E6=96=B0=E6=96=B0?= =?UTF-8?q?=E7=89=88=E9=85=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- blade-auth/src/main/resources/application.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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: