[BAEL-17494] - Added readme descriptions 10
This commit is contained in:
@@ -1,26 +1,27 @@
|
||||
=========================================================================
|
||||
## Spring Quartz
|
||||
|
||||
## Scheduling in Spring with Quartz Example Project
|
||||
This is the first example where we configure a basic scheduler.
|
||||
##### Spring boot application, Main class
|
||||
###
|
||||
```
|
||||
org.baeldung.springquartz.SpringQuartzApp
|
||||
```
|
||||
######
|
||||
|
||||
##### Configuration in *application.properties*
|
||||
####
|
||||
|
||||
- Default: configures scheduler using Spring convenience classes:
|
||||
```
|
||||
using.spring.schedulerFactory=true
|
||||
```
|
||||
- To configure scheduler using Quartz API:
|
||||
```
|
||||
using.spring.schedulerFactory=false
|
||||
```
|
||||
This module contains articles about Spring with Quartz
|
||||
|
||||
### Relevant Articles:
|
||||
- [Scheduling in Spring with Quartz](http://www.baeldung.com/spring-quartz-schedule)
|
||||
|
||||
|
||||
## #Scheduling in Spring with Quartz Example Project
|
||||
This is the first example where we configure a basic scheduler.
|
||||
|
||||
##### Spring boot application, Main class
|
||||
|
||||
|
||||
`org.baeldung.springquartz.SpringQuartzApp`
|
||||
|
||||
##### Configuration in *application.properties*
|
||||
|
||||
- Default: configures scheduler using Spring convenience classes:
|
||||
|
||||
`using.spring.schedulerFactory=true`
|
||||
|
||||
- To configure scheduler using Quartz API:
|
||||
|
||||
`using.spring.schedulerFactory=false`
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user