File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -122,9 +122,9 @@ hikari.dataSource.password="ENC({output})"
122122~~~
123123
124124### Jobs Run Tool
125- 1 - define class implement Runnable in order to execute job base on schedule
126- 2 - define bean (AlertServiceJob) in BeanConfig class for your jobs
127- 3 - define trigger time in properties ``` (ex: app.jobs.alertServiceJob=0 */1 * ? * *) ``` file
128- 4 - @EnableScheduling on SpringApp
125+ 1 ) define class implement Runnable in order to execute job base on schedule
126+ 2 ) define bean (AlertServiceJob) in BeanConfig class for your jobs
127+ 3 ) define trigger time in properties ``` (ex: app.jobs.alertServiceJob=0 */1 * ? * *) ``` file
128+ 4 ) @EnableScheduling on SpringApp
129129
130130notice: that name of bean in BeanConfig must be equal with name of key in properties file.
You can’t perform that action at this time.
0 commit comments