통합 빌드 관련 설정 추가
All checks were successful
LOCALNET-DEV/pipeline/head This commit looks good

This commit is contained in:
common 2025-02-24 22:20:56 +09:00
parent d3b92407ea
commit 33b6ffec19

View File

@ -15,9 +15,21 @@ spring:
mvc: mvc:
servlet: servlet:
path: / path: /
##
view:
prefix: /
suffix: .html
pathmatch:
matching-strategy: ant-path-matcher
web: web:
resources: resources:
add-mappings: false #add-mappings: false
static-locations:
- classpath:/META-INF/resources/
- classpath:/resources/
- classpath:/static/
- classpath:/public/
- file:C:\localhost-tomcat\apache-tomcat-10.1.36-windows-x64\apache-tomcat-10.1.36\webapps\ROOT\
servlet: servlet:
multipart: multipart:
max-file-size: 5MB max-file-size: 5MB
@ -81,6 +93,7 @@ server:
http-only: false http-only: false
secure: true secure: true
same-site: NONE same-site: NONE
partitioned: true
ssl: ssl:
key-store: classpath:localhost.p12 key-store: classpath:localhost.p12
key-store-password: pmgk1234 key-store-password: pmgk1234