refactor(bbsManage-updateBoardArticle) : JWT 유틸 분리, 파일 업로드 서비스 이전, 스웨거 호환#94
Closed
KoreaNirsa wants to merge 2 commits intoeGovFramework:mainfrom
Closed
refactor(bbsManage-updateBoardArticle) : JWT 유틸 분리, 파일 업로드 서비스 이전, 스웨거 호환#94KoreaNirsa wants to merge 2 commits intoeGovFramework:mainfrom
KoreaNirsa wants to merge 2 commits intoeGovFramework:mainfrom
Conversation
…agger 호환 List<MultipartFile> 적용 - extractUserFromJwt(...) 메서드를 JwtTokenUtil로 이동하고 컨트롤러 사용부 수정 - XssUtil 생성 및 컨트롤러에 빈 임시 주입(후속 리팩토링 시 제거 예정) - 첨부파일 업로드/파싱 로직을 컨트롤러 → 서비스 계층으로 이전 - Swagger 지원을 위해 컨트롤러 시그니처 변경 - MultipartHttpServletRequest → @RequestParam List<MultipartFile> files - 프론트에서 다중 파일 키를 file_ → files로 요청하도록 로직 변경 [PR 병합 대기] - 변경 영향으로 현재 insert는 파일 1개만 업로드되는 상태 (해당 PR 머지 후 다중 업로드 정상화 예정) - 요청 DTO와 비즈니스/도메인 객체 분리로 책임 명확화
Closed
13 tasks
Contributor
|
표준프레임워크에 대한 지속적인 참여에 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
수정 사유 Reason for modification
수정된 소스 내용 Modified source
JWT 유틸 분리, 파일 업로드 서비스 이전, Swagger 호환 List 적용
MultipartHttpServletRequest→List<MultipartFile>JUnit 테스트 JUnit tests
테스트 브라우저 Test Browser
테스트 스크린샷 또는 캡처 영상 Test screenshots or captured video
적용 전
적용 후