외부 static resource 서비스 관련 설정 추가

master
mjkhan21 1 year ago
parent e27367b3cb
commit 80c63fff5d

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.7 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 944 KiB

@ -18,6 +18,12 @@ spring:
url: jdbc:log4jdbc:mariadb://localhost:3306/xit-base?useUnicode=true&characterEncoding=utf8&serverTimezone=Asia/Seoul&useSSL=false
username: root
password: mjkhan
mvc:
static-path-pattern: /resources/**,/files/**
web:
resources:
static-locations: /resources/,file:files/
messageSource:
basenames:

Binary file not shown.
Loading…
Cancel
Save