webjars 설정 추가

dev
이범준 5 months ago
parent b7c27ebc63
commit 2ba0bad688

@ -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:

Loading…
Cancel
Save