Skip to content

Latest commit

 

History

History
8 lines (5 loc) · 409 Bytes

File metadata and controls

8 lines (5 loc) · 409 Bytes

Spring Boot with MVC Forms Example

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.