-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* test: 스레딩을 사용한 공지 업데이트 테스트 작성 * feat(Notice): updatedDate와 important 필드 getter 제공 * feat(NoticeJdbcRepository): Batch insert를 위한 NoticeJdbcRepository 구현 * build: Gibhub Action WolkFlow 에 테스트 검증 step 추가 * test(DepartmentNoticeUpdaterTest): 대기 시간을 2초로 변경 * build: Java11 에서 17로 버전 변경 11버전에서 17버전으로 변경한다 * build: Gradle 버전을 7.3으로 변경 * build: Asciidoctor 버전 변경 * test: public 서식 지정자 제거 * docs(readme): Batch Insert 부분 업데이트
- Loading branch information
1 parent
d2672fd
commit a727be6
Showing
17 changed files
with
507 additions
and
226 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
This file contains 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
This file contains 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
Binary file not shown.
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
distributionBase=GRADLE_USER_HOME | ||
distributionPath=wrapper/dists | ||
distributionUrl=https\://services.gradle.org/distributions/gradle-6.9-bin.zip | ||
distributionUrl=https\://services.gradle.org/distributions/gradle-7.3-bin.zip | ||
zipStoreBase=GRADLE_USER_HOME | ||
zipStorePath=wrapper/dists |
Oops, something went wrong.