Skip to content
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

각 모듈의 의존성관계를 추가하라 #4

Merged
merged 1 commit into from Oct 4, 2020
Merged

각 모듈의 의존성관계를 추가하라 #4

merged 1 commit into from Oct 4, 2020

Conversation

truman-show
Copy link
Collaborator

  • persistence 모듈에서 임시 h2DB를 사용하도록했습니다.
  • 이후 DB 작업이 완료된 이후 제거해야합니다.
  • 개발이 진행됨에 따라 추가, 수정, 삭제 될 가능성이 높습니다.

@@ -0,0 +1,12 @@
dependencies {
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

maria db 써보실 생각이신가요? ㅎ
package 가 adapter-maria 라고 되어있어서요~

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@yongjin5184 mysql 이 오라클이 인수하게됨으로써 maria가 저희한테는 아마 가장 적합하지 않을까 해서 사용했습니다.
혹시 추천해주실만한 RDB가 있으신가요?

//@Test 등 JUnit Jupiter를 사용하여 테스트를 작성하기위한 API
testImplementation('org.junit.jupiter:junit-jupiter-api')
//매개 변수화 된 테스트를 사용 2.15.1
testCompileOnly('org.junit.jupiter:junit-jupiter-params')
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

요건 첨보네요 🤔

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

junit5 라이브러리들입니다.
스프링부트 2.x에서는 junit5가 기본 포함되어있지만 하위모듈중엔 스프링을 사용하지 않는 모듈도 있어서
해당 코드로 포함시켰습니다.

Copy link
Collaborator

@yongjin5184 yongjin5184 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

- persistence 모듈에서 임시 h2DB를 사용하도록했습니다.
- 이후 DB 작업이 완료된 이후 제거해야합니다.
@truman-show truman-show merged commit 3e7fd45 into TuesdayGangnam:develop Oct 4, 2020
@truman-show truman-show deleted the apply-dependency-module branch April 17, 2021 03:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

DB환경 구축된 이후 persistence 모듈의 h2의존성을 제거하라
2 participants