Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 386 Bytes

README.md

File metadata and controls

18 lines (12 loc) · 386 Bytes

Introduction

Example project for setting up Spring Boot with Quartz in a programmatic way. Project created during discussion of issue "quartz-scheduler/quartz#117"

Starting the application

./gradlew bootRun

Have look at the in-memory database (username: sa, password: , jdbc-url: jdbc:h2:mem:testdb)

http://localhost:10333/h2-console/