-
Notifications
You must be signed in to change notification settings - Fork 100
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
Add a new module for Spring Framework #899
Conversation
14c7881
to
2ad58f5
Compare
8f33c31
to
220e7ca
Compare
ad41402
to
a86031b
Compare
ef64677
to
a825f51
Compare
|
||
dependencies { | ||
api(project(":fixture-monkey")) | ||
implementation("org.springframework.boot:spring-boot-starter-aop") |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
이거는 왜 필요할까요?
implementation("org.springframework.boot:spring-boot-starter-aop") | ||
implementation("org.springframework.boot:spring-boot-starter-test") | ||
implementation("io.projectreactor:reactor-core:3.5.6") | ||
implementation("org.projectlombok:lombok:${Versions.LOMBOK}") |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
이것도 필요한걸까요?
이 모듈이 무엇을 하려고 하는건지는 배경이 없어서 정확히 모르겠지만.. 필요성이 있어 만든다고 하더라도 spring framework 라는 대표성을 가져가기에는 specific 한 기능(AOP) 활용에 맞춰져 있어 다른 이름이었으면 좋겠습니다 |
a825f51
to
53a6f0a
Compare
@flex-myeonghyeon |
실제 프로덕션에서 사용하기 위해서는 생각보다 고려해야할 사항들이 많아서 다음 메이저 버전(1.2.0)에서 다시 고민을 해보겠습니다. |
Summary
Describe what feature is implemented by this PR.
If there is a related issue, write the issue number and link
(Optional): Description
Describe your changes in detail
How Has This Been Tested?
Please describe the tests that you ran to verify your changes.
Is the Document updated?
We recommend that the corresponding documentation for this feature or change is updated within the pull request
If the update is scheduled for later, please specify and add the necessary information to the discussion page.