Этот коммит содержится в:
Ihar Hancharenka 2024-06-08 08:27:26 +03:00
родитель e5f480892f
Коммит 3f5bd60c70
4 изменённых файлов: 20 добавлений и 12 удалений

Просмотреть файл

@ -1,3 +1,7 @@
2024
SpringIO - Debug your native Spring by Dmitry Chuyko 0:00 of 59:50
https://www.youtube.com/watch?v=NfE5nh-QdNc
https://2024.springio.net/slides/debug-your-native-spring-springio24.pdf
2022
SpringDeveloper - Long - Spring Tips: the road to Spring Boot 3: ahead-of-time compilation and GraalVM of 2:08:31
https://www.youtube.com/watch?v=TOfYlLjXufw

Просмотреть файл

@ -0,0 +1,6 @@
2021
https://reflectoring.io/spring-scheduler/
https://habr.com/ru/post/580062/
https://github.com/thombergs/code-examples/tree/master/spring-boot/spring-boot-scheduler
2020
https://spring.io/blog/2020/11/10/new-in-spring-5-3-improved-cron-expressions

Просмотреть файл

@ -0,0 +1,10 @@
2024
SpringIO - Distributed Scheduling with Spring Boot: the challenges & pitfalls of implementing a background job 0:00 of 46:16
https://www.youtube.com/watch?v=ghpljMg8Ecc
https://speakerdeck.com/rponte/distributed-scheduling-with-spring-boot-the-challenges-and-pitfalls-of-implementing-a-background-job
2021
DevmarkRu - Scheduler in Spring ru of 10:14
https://www.youtube.com/watch?v=gJbhPjNSm9k
2019
SpringAcademy - Spring Boot @Scheduled Crash Course of 14:20
https://www.youtube.com/watch?v=92-qLIxv0JA

Просмотреть файл

@ -2,18 +2,6 @@ https://spring.io/guides/gs/scheduling-tasks/
https://docs.spring.io/spring-framework/docs/current/javadoc-api/org/springframework/scheduling/annotation/Scheduled.html
2021
https://reflectoring.io/spring-scheduler/
https://habr.com/ru/post/580062/
https://github.com/thombergs/code-examples/tree/master/spring-boot/spring-boot-scheduler
DevmarkRu - Scheduler in Spring ru of 10:14
https://www.youtube.com/watch?v=gJbhPjNSm9k
2020
https://spring.io/blog/2020/11/10/new-in-spring-5-3-improved-cron-expressions
2019
SpringAcademy - Spring Boot @Scheduled Crash Course of 14:20
https://www.youtube.com/watch?v=92-qLIxv0JA
at main app
import org.springframework.scheduling.annotation.EnableScheduling;
@EnableScheduling