외부 static resource 서비스 추가

main
mjkhan21 1 year ago
parent 9a02f9b9d4
commit d51c196684

@ -19,6 +19,12 @@ spring:
username: fimsweb
password: fimsweb!@
mvc:
static-path-pattern: /resources/**,/files/**
web:
resources:
static-locations: /resources/,file:files/
messageSource:
basenames:
- classpath:message/message-common

Loading…
Cancel
Save