[ShedLock 추가 및 멤버 더미데이터 생성 로직 구현현] 분산 스케줄링을 위한 ShedLock 라이브러리를 추가하고, 멤버 추가(더미데이터) 스케줄러를 구현
This commit is contained in:
@@ -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') {
|
||||
|
Reference in New Issue
Block a user