'spring boot dynamic scheduling with cron expression defined by the user

I want to send messages on different dates so I'm going to use java scheduler and dynamic cron expression but the problem is that user can send multiple messages each message can be sent repeatedly on different dates that he defines dynamically using angular client. I haven't found a suitable tutorial to help me, especially that I am a beginner with Spring Boot.



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source