I am trying to implement Flash-Messages in my project built on Spring-Boot with Thymeleaf. But I found that it's not a built in feature so far. If this is the case, what are the options to show messages to the user after redirection.
I am trying to implement the solution proposed in the link but it's not intended to work on Spring-Boot as explained in the introduction.