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