In this is article, we will see how to configure Quartz Scheduler using properties file. The properties file will be used by the scheduler factory to instantiate a scheduler. The properties file can be used to inject the actual concrete classes of the specified classes for example the JobStore, ThreadPool, and other SPI classes etc. Before we start with ...
↧