Skip to content

[Feat] 문서 업로드 제한을 50MB로 상향 - #299

Merged
Gimini-3 merged 1 commit into
developfrom
feat/298-upload-limit-50mb
Aug 25, 2026
Merged

[Feat] 문서 업로드 제한을 50MB로 상향#299
Gimini-3 merged 1 commit into
developfrom
feat/298-upload-limit-50mb

Conversation

@Gimini-3

Copy link
Copy Markdown
Contributor

변경 사항

  • Spring multipart 파일 제한을 20MB에서 50MB로 상향합니다.
  • multipart 전체 요청 제한을 25MB에서 60MB로 상향합니다.
  • 문서 도메인 검증 기본값을 50MB로 정렬합니다.
  • YAML 설정값과 파일 크기 경계 회귀 테스트를 추가합니다.

검증

  • ./gradlew test --tests com.opensource.docgrid.domain.document.service.FileValidationServiceTest --tests com.opensource.docgrid.domain.document.config.DocumentUploadLimitConfigurationTest — 통과
  • git diff --check — 통과
  • 전체 ./gradlew test는 공유 docgrid_test 스키마의 기존 데이터·락 충돌로 완주하지 못해 원격의 격리된 검사에서 재확인합니다.

Closes #298

@coderabbitai

coderabbitai Bot commented Aug 25, 2026

Copy link
Copy Markdown

Important

  • 🔍 Trigger review

This repository does not receive automatic reviews because it has fewer than 10 stars.

⚙️ Run configuration

Configuration used: Path: .coderabbit.yaml

Review profile: CHILL

Plan: Pro Plus

Run ID: 2fbd9633-5b1e-40c6-bd7c-26f698a6c199


Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands.

@Gimini-3
Gimini-3 merged commit e5e22b9 into develop Aug 25, 2026
1 check passed
@Gimini-3 Gimini-3 changed the title feat: 문서 업로드 제한을 50MB로 상향 [Feat] 문서 업로드 제한을 50MB로 상향 Aug 27, 2026
@Gimini-3 Gimini-3 self-assigned this Aug 27, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

문서 업로드 파일 제한을 50MB로 상향

1 participant