-
Notifications
You must be signed in to change notification settings - Fork 0
설문 조사 api 기능 구현 및 swagger 작성 #132
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
hj4645
wants to merge
48
commits into
main
Choose a base branch
from
hjpark-onboarding
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Conversation
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
- 기존 프로젝트 구조 삭제 - 프로젝트 구조 변경 : 모놀리식 -> 멀티 모듈 - version catalog 생성 - 각 모듈 gradle 설정
- logback.xml, logging.yml 작성 - 변경 가능성 있음
- 멀티모듈 빌드 시 클래스패스 스냅샷 변환 과정에서 메모리가 부족할 때 발생하는 오류
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.
Goal
Changes
설문조사 관련 기능
설문 생성 API:
설문 수정 API:
설문 목록 조회 API:
응답 관련 기능
응답 제출 API:
응답 조회 API:
응답 검색 API:
Description
주요 변경 사항
Swagger 문서화:
CustomException 활용:
검색 기능:
Swagger Examples 클래스 활용:
SwaggerExamples
클래스에 정의하여 관리.