Good morning. Currently in my project I am using spring boot and spring batch. Creating the batch was easy, even running it when starting the application with tombe embebed from the spring boot however, I need to run this batch from time to time. The solution that comes to mind is to use quartz to execute this batch, but I'm not succeeding with this integration .. Can anyone help me with some example?