Open
Conversation
각 서비스의 test application.yml을 작성하여 업로드 합니다. 테스트용 파일이므로 보안에 영향이 없습니다.
free-rate -> fee-rate
- publish-common-event.yml branches 작성 방식을 다른 yml 에 도입 - 띄어쓰기 및 주석 변경
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.
지난 주 코드리뷰에서 언급되었던 것 처럼 MSA 구조 상 Cart, Product, Order 등의 다른 도메인들도 분리하고, 로직 상 필요한 부분이 있다면 FeignClient를 통해 백엔드 Controller 간의 요청, 응답으로 연결해 주시면 됩니다.
인증, 인가 공통기능 구현
지난 번 언급되었던 인터셉터 방식 보다는 스프링 배치를 통해 자동화된 코드가 Controller 의 호출 없이도 실행될 점을 감안하여 내부 API 방식으로 구현한 점이 더 적합하다고 생각했습니다.
Elastic Search 를 통한 검색 기능 구현
Elastic Search가 JSON 구조를 기반으로 동작하는 점을 숙지하며 도큐먼트 구조에 맞는 쿼리를 작성해보시길 바랍니다.
YOLO 모델을 통한 이미지 탐지 및 크롭 기능 추가
왜 YOLO 모델을 이용하여 이미지 탐지를 하게 되었는지, 지도학습 관점과 모델 학습 정확도 개선 관점에서의 레이블 사용을 잘 정리해보시면 좋을 것 같습니다.