Spring-Boot-Scheduler-Example The project demonstrates how to schedule tasks with Spring Boot using the @scheduled annotation. Tech Stack Java 11 Spring Boot Requirements For building and running the application you need: JDK 11 or newer . Maven Build & Run mvn clean install && mvn --projects backend spring-boot:run Port http://localhost:8088 Log