포트폴리오 관련 수정
This commit is contained in:
@@ -16,6 +16,14 @@ spring:
|
||||
enabled: true
|
||||
thymeleaf:
|
||||
cache: false
|
||||
web:
|
||||
resources:
|
||||
static-locations:
|
||||
- file:src/main/resources/static/
|
||||
- classpath:/META-INF/resources/
|
||||
- classpath:/resources/
|
||||
- classpath:/static/
|
||||
- classpath:/public/
|
||||
servlet:
|
||||
multipart:
|
||||
max-file-size: ${IOTDOOR_MAX_FILE_SIZE:20MB}
|
||||
|
||||
Reference in New Issue
Block a user