From b4ccc880930bd2767597f8fd47cfeeb5b06fbd3d Mon Sep 17 00:00:00 2001 From: "sungjin.choi" Date: Mon, 20 Jul 2026 18:08:27 +0900 Subject: [PATCH] =?UTF-8?q?chore=20-=20=EC=97=85=EB=A1=9C=EB=93=9C=20?= =?UTF-8?q?=EC=9A=A9=EB=9F=89=20=EC=A0=9C=ED=95=9C=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/resources/application.yaml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/src/main/resources/application.yaml b/src/main/resources/application.yaml index 4419d4e..158dc1b 100644 --- a/src/main/resources/application.yaml +++ b/src/main/resources/application.yaml @@ -1,4 +1,9 @@ spring: + servlet: + multipart: + enabled: true + max-file-size: 5GB # 🟒 κ°œλ³„ 파일 ν—ˆμš© μš©λŸ‰μ„ 5κΈ°κ°€λ‘œ λŒ€ν­ ν™•μž₯ + max-request-size: 5GB # 🟒 전체 HTTP μš”μ²­ ν—ˆμš© μš©λŸ‰λ„ 5κΈ°κ°€λ‘œ 맞좀 datasource: url: ${DB_URL:jdbc:postgresql://localhost:5435/mydb?sslmode=disable} username: headporter @@ -14,6 +19,11 @@ spring: hibernate: format_sql: true +server: + tomcat: + max-swallow-size: 5GB # 🟒 ν†°μΊ£ μ„œλ²„κ°€ μ—…λ‘œλ“œ 쀑에 μ°¨λ‹¨ν•˜μ§€ μ•Šλ„λ‘ 크기 동기화 (λ˜λŠ” -1둜 μ„€μ • μ‹œ λ¬΄μ œν•œ) + connection-timeout: 3600000 # 🟒 λŒ€μš©λŸ‰ 전솑 μ‹œκ°„μ„ κ³ λ €ν•˜μ—¬ νƒ€μž„μ•„μ›ƒμ„ 1μ‹œκ°„(3,600,000 λ°€λ¦¬μ΄ˆ)으둜 λ„‰λ„‰νžˆ μ—°μž₯ + jasypt: encryptor: password: 81sungjin1015