Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nfriaa/springmvc-example2
Demo project using Spring Boot and CRUD with the SpringMVC framework
https://github.com/nfriaa/springmvc-example2
crud h2-database j2ee java spring spring-boot spring-mvc thymeleaf
Last synced: 1 day ago
JSON representation
Demo project using Spring Boot and CRUD with the SpringMVC framework
- Host: GitHub
- URL: https://github.com/nfriaa/springmvc-example2
- Owner: nfriaa
- License: mit
- Created: 2017-08-25T22:41:33.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2018-01-06T11:00:48.000Z (almost 7 years ago)
- Last Synced: 2023-10-20T04:23:08.112Z (about 1 year ago)
- Topics: crud, h2-database, j2ee, java, spring, spring-boot, spring-mvc, thymeleaf
- Language: HTML
- Size: 35.4 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# springmvc-example2
Demo project using Spring Boot and CRUD with the SpringMVC framework[![contributions welcome](https://img.shields.io/badge/contributions-welcome-orange.svg?style=flat)](https://github.com/nfriaa/springmvc-example2/issues) [![Build Status](https://travis-ci.org/nfriaa/springmvc-example2.svg?branch=master)](https://travis-ci.org/nfriaa/springmvc-example2) [![demo jar](https://img.shields.io/badge/demo-jar-yellow.svg?style=flat)](https://github.com/nfriaa/springmvc-example2/tree/master/demo) [![license](https://img.shields.io/github/license/mashape/apistatus.svg)](https://github.com/nfriaa/springmvc-example2/blob/master/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
```;-)
```
__ _
/ _| (_)
_ __ | |_ _ __ _ __ _ __ _
| '_ \| _| '__| |/ _` |/ _` |
| | | | | | | | | (_| | (_| |
|_| |_|_| |_| |_|\__,_|\__,_|
```