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

[BE] Truncate 를 위한 DatabaseCleanup 구현 #117

Closed
wants to merge 9 commits into from

Conversation

kpeel5839
Copy link
Collaborator

@kpeel5839 kpeel5839 commented Jul 26, 2023

작업 대상

DatabaseCleanup 구현

📄 작업 내용

@Sql 어노테이션을 이용하여 Truncate 하던 것을 DatabaseCleanup 을 사용하는 방향으로 변경

🙋🏻 주의 사항

현재 Table 명을 Camel Case 에서 Snake Case 로 변경하는 과정을 진행하기 위해 google guava 라이브러리를 사용하고 있고

혹시나 해당 라이브러리를 쓰지 못하는 경우를 대비하여 위 기능만 따로 구현해놨습니다.

스크린샷

📎 관련 이슈

#111

레퍼런스

junpakPark and others added 6 commits July 18, 2023 13:49
* chore: .gitignore 추가

* chore: GitHub PR 및 Issue Template

* Revert "chore: GitHub PR 및 Issue Template"

This reverts commit 65915f7.

* Revert "chore: .gitignore 추가"

This reverts commit 1e1865a.

* chore: .gitignore 추가

* chore: GitHub Issue 및 PR Template 추가
* chore: .gitignore 추가

* chore: GitHub PR 및 Issue Template

* Revert "chore: GitHub PR 및 Issue Template"

This reverts commit 65915f7.

* Revert "chore: .gitignore 추가"

This reverts commit 1e1865a.

* chore: .gitignore 추가

* chore: GitHub Issue 및 PR Template 추가

* chore: GitHub Issue 및 PR Template 추가
@github-actions
Copy link

github-actions bot commented Jul 26, 2023

Unit Test Results

13 files  13 suites   4s ⏱️
72 tests 72 ✔️ 0 💤 0
87 runs  87 ✔️ 0 💤 0

Results for commit c40b7de.

♻️ This comment has been updated with latest results.

@kpeel5839 kpeel5839 closed this Jul 26, 2023
@kpeel5839 kpeel5839 deleted the test/database branch July 26, 2023 06:46
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.

2 participants