diff --git a/src/main/resources/application.yml b/src/main/resources/application.yml index 7f8d33d..aba6043 100644 --- a/src/main/resources/application.yml +++ b/src/main/resources/application.yml @@ -31,10 +31,10 @@ spring: platform: mariadb 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: