From 700b2f1c7c05b1eeb156e050ecea30796c03b0fd Mon Sep 17 00:00:00 2001 From: leebj Date: Tue, 4 Jun 2024 14:51:33 +0900 Subject: [PATCH] =?UTF-8?q?webjars=20=EC=84=A4=EC=A0=95=20=EC=B6=94?= =?UTF-8?q?=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/resources/application.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main/resources/application.yml b/src/main/resources/application.yml index 4c46c35a..9f64eda5 100644 --- a/src/main/resources/application.yml +++ b/src/main/resources/application.yml @@ -37,10 +37,10 @@ spring: password: fimsweb!@ auto-commit: false mvc: - static-path-pattern: /resources/**,/files/** + static-path-pattern: /resources/**,/webjars/**,/files/** web: resources: - static-locations: /resources/,file:files/ + static-locations: /resources/,classpath:/META-INF/resources/webjars/,file:files/ messageSource: basenames: