ShedLock provides distributed locks for scheduled tasks in Spring applications to ensure single execution across multiple instances.
<dependency>
<groupId>net.javacrumbs.shedlock</groupId>
<artifactId>shedlock-spring</artifactId>
<version>7.7.0</version>
</dependency>No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Minimal ShedLock Spring configuration
Add a lock provider dependency and configure it in your application context.
No dependency data recorded yet.