26 lines
		
	
	
		
			651 B
		
	
	
	
		
			Markdown
		
	
	
	
	
	
		
		
			
		
	
	
			26 lines
		
	
	
		
			651 B
		
	
	
	
		
			Markdown
		
	
	
	
	
	
| 
								 | 
							
								## Spring Quartz
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								This module contains articles about Spring with Quartz
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								### Relevant Articles: 
							 | 
						||
| 
								 | 
							
								- [Scheduling in Spring with Quartz](https://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`
							 |