Registry / utility / spring-boot-starter-quartz

spring-boot-starter-quartz

JSON →
library4.0.2javamavenunverified

Starter for using the Quartz scheduler in Spring Boot applications.

<dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-quartz</artifactId> <version>4.0.2</version> </dependency>
INSTALL
IMPORT
SIG · SPRING-BOOT-STARTE
S
spring-boot-starter-quartz
utilityjavav4.0.2
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

QuartzJobBean
org.springframework.scheduling.quartz.QuartzJobBean

Create a Quartz job by extending QuartzJobBean.

import org.springframework.scheduling.quartz.QuartzJobBean; import org.quartz.JobExecutionContext; public class MyJob extends QuartzJobBean { @Override protected void executeInternal(JobExecutionContext context) { System.out.println("Job executed"); } }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
4.0.2latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
9 hits · last 30 days
node
8
Resources
spring-boot-starter-quartz — mvn dependency:get spring-boot-starter-quartz · libregistry