[ShedLock 추가 및 멤버 더미데이터 생성 로직 구현현] 분산 스케줄링을 위한 ShedLock 라이브러리를 추가하고, 멤버 추가(더미데이터) 스케줄러를 구현

This commit is contained in:
2025-09-02 14:37:21 +09:00
parent 3972a77c85
commit 470a5c8add
7 changed files with 170 additions and 6 deletions

View File

@@ -73,6 +73,10 @@ dependencies {
// SpringDoc OpenAPI (Swagger)
implementation 'org.springdoc:springdoc-openapi-starter-webmvc-ui:2.8.9'
// ShedLock for distributed scheduling
implementation 'net.javacrumbs.shedlock:shedlock-spring:5.10.2'
implementation 'net.javacrumbs.shedlock:shedlock-provider-jdbc-template:5.10.2'
}
tasks.named('test') {