Simple how to made a custom spring repository implementation and use JSP
What's inside ?
How to create a custom implementation of a Spring repository.
- Custom implementation of repository
- memory h2 initialization with insert using repository on startup
- Define JSP and redirect url without web.xml file
- Simple @Controller for JSP and custom repository
All in groovy, in a SpringBoot application with gradle