Skip to content

Commit 417c2cd

Browse files
committed
clean readme file
1 parent 9adb57b commit 417c2cd

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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

130130
notice: that name of bean in BeanConfig must be equal with name of key in properties file.

0 commit comments

Comments
 (0)