java-tutorials/spring-scheduling-2
Adrian Chlebosz af3a000b1e
BAEL-7544: Disable enable scheduling on spring tests (#16125)
* BEAL-7544: Add examples showing how to disable scheduled tasks for testing

* BEAL-7544: Get rid of final keywords

* BEAL-7544: Add the config and test showing the case when the scheduling is simply turned on

* BEAL-7544: Introduce amendments after review

- add initialDelayString param to the scheduled annotation on the tested method
- delete unnecessary unit test

* BEAL-7544: Move code to new module
2024-04-10 18:50:10 -05:00
..
src BAEL-7544: Disable enable scheduling on spring tests (#16125) 2024-04-10 18:50:10 -05:00
README.md BAEL-7544: Disable enable scheduling on spring tests (#16125) 2024-04-10 18:50:10 -05:00
pom.xml BAEL-7544: Disable enable scheduling on spring tests (#16125) 2024-04-10 18:50:10 -05:00

README.md

Relevant articles: