임시파일 경로 설정 수정(centOS에서 톰캣서버에서 사용하는 임시 디렉토리(/tmp/tomat.~/)를 자동으로 삭제하기 때문에 수정함.)

main
이범준 10 months ago
parent fb2de958d9
commit 4a1cd04228

@ -36,12 +36,13 @@ spring:
multipart:
max-file-size: 100MB
max-request-size: 100MB
location: /applications/EFCCSSCS/tomcattmp
mvc:
static-path-pattern: /resources/**,/webjars/**,/files/**
web:
resources:
static-locations: /resources/,classpath*:/META-INF/resources/webjars/,file:files/
messageSource:
basenames:
- classpath:message/message-common

Loading…
Cancel
Save