Skip to content

callicoder/spring-boot-scheduler-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Spring Boot Task Scheduling Example

Learn how to schedule tasks with Spring Boot -

https://www.callicoder.com/spring-boot-task-scheduling-with-scheduled-annotation/

Requirements

  1. Java - 11

  2. Maven - 3.x.x

Steps to setup

1. Clone the application

git clone https://github.com/callicoder/spring-boot-scheduler-example.git

2. Build and run the app using maven

cd spring-boot-scheduler-example
mvn package
java -jar target/scheduler-demo-0.0.1-SNAPSHOT.jar

You can also run the app without packaging it using -

mvn spring-boot:run

About

The project demonstrates how to schedule tasks with Spring Boot using the @scheduled annotation

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages