feat: springboot bootstrap 설정#33
Merged
kangeunchan merged 9 commits intodevelopfrom Mar 3, 2026
Hidden character warning
The head ref may contain hidden characters: "feature/31-springboot-bootstrap-\uc124\uc815"
Merged
Conversation
|
Important Review skippedToo many files! This PR contains 161 files, which is 11 over the limit of 150. 📒 Files selected for processing (161)
You can disable this status message by setting the Use the checkbox below for a quick retry:
✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
qkrwndnjs1075
approved these changes
Mar 3, 2026
coehgns
approved these changes
Mar 3, 2026
Member
Author
|
@coderabbitai review |
✅ Actions performedReview triggered.
|
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
bootstrap모듈만 애플리케이션 진입점 역할을 하도록 변경했습니다.admission,application,configuration,document,gateway,identity,notification,schedule)에서bootstrap은 실행 바이너리domain/application/adapter-in/adapter-out은 라이브러리로 역할을 분리했습니다.
profile,logging,actuator,graceful shutdown)을 각*-bootstrap/src/main/resources/application.yaml로 집중시켰습니다.Related Issue
Scope
BUILD.bazel,deps.bzl, main/test 코드 구조 정리bootstrap -> (adapter-in, adapter-out, application, domain)의존성 방향 정렬BUILD.bazelalias 정리analytics,evaluation,observability) 구조 변경Implementation
@SpringBootApplication+main은*-bootstrap에만 유지*-bootstrap:kt_jvm_binarykt_jvm_libraryTesting
Unit tests
Integration tests
Manual verification
실행한 검증:
bazel build //:admission //:application //:configuration //:document //:gateway //:identity //:notification //:schedulebazel build //systems/analytics/cmd/server:server //systems/evaluation/cmd/server:server //systems/observability/cmd/server:serverDeployment Notes
ASDF_JAVA_VERSION또는 고정 JDK)하면 재현성 향상Checklist