Spring functional endpoints to rescue you
Not so many people, using Spring MVC consider or even know the alternative way of describing the controllers (or better say handlers) in the project. I would like just quickly show how nice and concise could be this approach, and also, what is not less important, fun. This is the main reason why we all are here, right?
Spring CLI To show something, we need this “something”. Let’s quickly create the simple, sample MVC project in Spring.