Skip to content

this is just a simple exercise where i exercise using java quatrz example to do some batch jobs

Notifications You must be signed in to change notification settings

thekucays/java-quartz-exercise

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Java Quartz Scheduler Exercise

This is a repository where i start learning Java Quartz (org.quartz) Scheduler This Repo is currently using QUartz version 2.1.5

Feel free to ask anything about this repo! Poke me at :

Note to myself (LOL):

This Repo is using maven dependencies, in order to create new project using maven, please use this

mvn archetype:generate -DarchetypeArtifactId=maven-archetype-quickstart -DgroupId=com.luki -DartifactId=JavaQuartzExercise -Dversion=1.0.0

and to convert it into eclipse project, use this

mvn eclipse:eclipse

After converting it to eclipse project, it can be imported using File->Import->Maven->Existing Maven Projects from Eclipse menu

About

this is just a simple exercise where i exercise using java quatrz example to do some batch jobs

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages