Skip to content

springBoot BoilerPlate - 1.6.0

Choose a tag to compare

@PouyaPouryaie PouyaPouryaie released this 19 Jun 11:27
· 17 commits to main since this release

all feature from previous release also add new feature.

jobs tool: you can define any class that Implement Runnable and define trigger for it in properties file. after that if you define bean for the class with name as like as name in properties file, automatically jobsConfig create scheduler task for it and run it in app.