포트폴리오 관련 수정

This commit is contained in:
CSKIM
2026-04-21 00:39:33 +09:00
parent 07452b60d9
commit c7a5fa5e6a
27 changed files with 3079 additions and 356 deletions
+8
View File
@@ -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}