The objective is a minimalistic approach using OOTB Spring Boot features as RAD with minimal config to get a MVC application with forms binding to work and store data
To start the application, simply type: mvn spring-boot:run
You can import the project as a maven project on any IDE and run it from the IDE using the main() method on the Application class.