Quartz application with spring boot and thymeleaf and postgresql as persistent datasource
- Pull application image from docker hub
$docker pull rrishi633/quartzapp:1.1
- Tag image to myapp
$docker tag rrishi633/quartzapp:1.1 myapp
- Get the docker-compose file from This repository
$wget https://github.com/cd-x/quartzDemo/docker-compose.yml
- Good to go
$docker-compose up
- Homepage to fill the details for the job to be scheduled
localhost:8080/
- To land on joke page
localhost:8080/getAJoke
- To land on Developer Quote page
localhost:8080/getAQuote