1주차 작업물 병합#3
Merged
Merged
Conversation
(feat/initialize -> main)
* README.md 에 :modules:redis 추가 * master 전용 connectionFactory, redisTemplate 추가 * redis testUtils 추가 (TestContainers, CleanUp util) * :apps:commerce-api 에 :modules:redis 의존성 추가 * redis 모듈 : application.yml -> redis.yml * /modules/redis 모듈 추가 (master - readonly replica 기반) * infra-compose.yml 에 redis master/readonly 연결정보 추가 --------- Co-authored-by: jhpark <jhpark@ioisoft.com>
* gradle settings sync * :apps:commerce-streamer 모듈 추가 * :modules:kafka 모듈 추가 * infra-compose.yml // 카프카 docker 추가
* bugfix: *_compose.yml 파일에서 포트 겹치는 이슈 제거 * bugfix: *_compose.yml 파일에서 bitnami legacy로 변경 * bugfix: *_compose.yml 파일에서 포트 겹치는 이슈 제거
# Conflicts: # .codeguide/loopers-1-week.md # apps/commerce-api/src/main/java/com/loopers/CommerceApiApplication.java # apps/commerce-api/src/main/java/com/loopers/application/example/ExampleFacade.java # apps/commerce-api/src/main/java/com/loopers/application/example/ExampleInfo.java # apps/commerce-api/src/main/java/com/loopers/domain/example/ExampleModel.java # apps/commerce-api/src/main/java/com/loopers/domain/example/ExampleService.java # apps/commerce-api/src/main/java/com/loopers/infrastructure/example/ExampleJpaRepository.java # apps/commerce-api/src/main/java/com/loopers/infrastructure/example/ExampleRepositoryImpl.java # apps/commerce-api/src/main/java/com/loopers/interfaces/api/ApiControllerAdvice.java # apps/commerce-api/src/main/java/com/loopers/interfaces/api/ApiResponse.java # apps/commerce-api/src/main/java/com/loopers/interfaces/api/example/ExampleV1ApiSpec.java # apps/commerce-api/src/main/java/com/loopers/interfaces/api/example/ExampleV1Controller.java # apps/commerce-api/src/main/java/com/loopers/interfaces/api/example/ExampleV1Dto.java # apps/commerce-api/src/main/java/com/loopers/support/error/ErrorType.java # apps/commerce-api/src/test/java/com/loopers/domain/example/ExampleModelTest.java # apps/commerce-api/src/test/java/com/loopers/domain/example/ExampleServiceIntegrationTest.java # apps/commerce-api/src/test/java/com/loopers/interfaces/api/ExampleV1ApiE2ETest.java # apps/commerce-api/src/test/java/com/loopers/support/error/CoreExceptionTest.java
hyujikoh
added a commit
that referenced
this pull request
Oct 31, 2025
hyujikoh
added a commit
that referenced
this pull request
Oct 31, 2025
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.
📌 Summary
💬 Review Points
✅ Checklist