Skip to content

Latest commit

 

History

History
35 lines (30 loc) · 1.44 KB

README.md

File metadata and controls

35 lines (30 loc) · 1.44 KB

springmvc-example2

Demo project using Spring Boot and CRUD with the SpringMVC framework

contributions welcome Build Status demo jar license

Description

Sample application using the framework SpringMVC and packaged in jar executable file with Spring boot

Dev tools

  • Java
  • JDK 1.8
  • Maven
  • Spring MVC
  • Spring boot

Demo

The demo folder contain a built final jar with dependencies that you can run to have an idea on the application :

java -jar springmvc-example2-2.0.3.jar &

Clone and create your project

To use this code in your project or to start a new application using this approach you can type in terminal :

$ git clone https://github.com/nfriaa/springmvc-example2 /your-local-path/your-project-name

;-)

         __      _             
        / _|    (_)            
  _ __ | |_ _ __ _  __ _  __ _ 
 | '_ \|  _| '__| |/ _` |/ _` |
 | | | | | | |  | | (_| | (_| |
 |_| |_|_| |_|  |_|\__,_|\__,_|