From 33b6ffec1908edc40d9b736045bb9055c84aadd0 Mon Sep 17 00:00:00 2001 From: common Date: Mon, 24 Feb 2025 22:20:56 +0900 Subject: [PATCH 1/2] =?UTF-8?q?=ED=86=B5=ED=95=A9=20=EB=B9=8C=EB=93=9C=20?= =?UTF-8?q?=EA=B4=80=EB=A0=A8=20=EC=84=A4=EC=A0=95=20=EC=B6=94=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/resources/application.yml | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/src/main/resources/application.yml b/src/main/resources/application.yml index 511932e..f2a36fd 100644 --- a/src/main/resources/application.yml +++ b/src/main/resources/application.yml @@ -15,9 +15,21 @@ spring: mvc: servlet: path: / + ## + view: + prefix: / + suffix: .html + pathmatch: + matching-strategy: ant-path-matcher web: 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: multipart: max-file-size: 5MB @@ -81,6 +93,7 @@ server: http-only: false secure: true same-site: NONE + partitioned: true ssl: key-store: classpath:localhost.p12 key-store-password: pmgk1234 From 5eaa7e69d0b50ce8e8bf8ab7a1ef9209a0f5d0fe Mon Sep 17 00:00:00 2001 From: common Date: Mon, 24 Feb 2025 22:40:14 +0900 Subject: [PATCH 2/2] =?UTF-8?q?=ED=86=B5=ED=95=A9=20=EB=B9=8C=EB=93=9C=20?= =?UTF-8?q?=EC=84=A4=EC=A0=95=20=EB=90=98=EB=8F=8C=EB=A6=AC=EA=B8=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/resources/application.yml | 14 +------------- 1 file changed, 1 insertion(+), 13 deletions(-) diff --git a/src/main/resources/application.yml b/src/main/resources/application.yml index f2a36fd..7060bfc 100644 --- a/src/main/resources/application.yml +++ b/src/main/resources/application.yml @@ -15,21 +15,9 @@ spring: mvc: servlet: path: / - ## - view: - prefix: / - suffix: .html - pathmatch: - matching-strategy: ant-path-matcher web: resources: - #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\ + add-mappings: false servlet: multipart: max-file-size: 5MB