-
Notifications
You must be signed in to change notification settings - Fork 0
[Feature] 카테고리 등록 API 구현 #18
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
Merged
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
프로젝트 생성 및 .gitignore 파일 생성
MSA 기반 도메인 분리
API Gateway, Eureka Server 구축 및 비즈니스 모듈과 연결 및 테스트 완료
infra:config 모듈 삭제, 추후 추가 구현 시 구현하는 것으로 변경
[📄Docs] 프로젝트 기본 세팅 완료
[✨Feat] 프로필 분리 구성
[✨Feat] 프로필 분리 구성 서비스명 수정
[✨Feat] 초기 CI/CD 파이프라인 구축
[🐛Fix] cicd 파일 내 모듈 경로 수정
[Fix] 모듈 별 도커파일 추가
…into dev # Conflicts: # .github/workflows/deployment.yml # coachcoach/.gitignore # coachcoach/build.gradle # coachcoach/gradle/wrapper/gradle-wrapper.properties # coachcoach/infra/eureka/build.gradle # coachcoach/infra/gateway/Dockerfile # coachcoach/infra/gateway/build.gradle # coachcoach/service/auth/Dockerfile # coachcoach/service/auth/build.gradle # coachcoach/service/auth/src/main/resources/application-prod.yml # coachcoach/service/catalog/Dockerfile # coachcoach/service/catalog/build.gradle # coachcoach/service/catalog/src/main/resources/application-prod.yml # coachcoach/service/insight/Dockerfile # coachcoach/service/insight/build.gradle # coachcoach/service/insight/src/main/resources/application-prod.yml # coachcoach/service/user-store/build.gradle # coachcoach/service/user-store/src/main/resources/application-prod.yml # coachcoach/settings.gradle
- Api Gateway에서 응답 래핑 및 공통 에러(서버 에러) 처리 - 비즈니스 에러는 각 모듈에서 래핑해서 반환
- Api Gateway에서 응답 래핑 및 공통 에러(서버 에러) 처리 - 비즈니스 에러는 각 모듈에서 래핑해서 반환
[Feat] postgreSQL 연동 및 공동 응답/에러 형식 정의
메뉴 카테고리 등록 구현 & 재료 카테고리 등록 시 Valid 검사 로직 추가
[Feature] 카테고리 등록 API 구현
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.
📌 PR 요약
카테고리 등록 API 구현
🔗 관련 이슈
☑️ 작업 내용
🧪 테스트 내용
📸 스크린샷 / 결과 (선택)
📝 리뷰 요청 사항