Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/marcosrachid/basic-restful-api

Template for REST webservice with spring
https://github.com/marcosrachid/basic-restful-api

java java-8 java8 maven rest rest-api rest-webservice spring spring-boot

Last synced: about 1 month ago
JSON representation

Template for REST webservice with spring

Awesome Lists containing this project

README

        

# basic-restful-webservice
Template for REST webservice with spring

## Tecnologies

* Java 8
* Spring Boot
* Maven 3
* Release plugin
* FindBugs plugin
* JUnit

## Builds

To generate local builds with maven:
```bash
mvn clean install
```
To generate versioned builds for production and homologation enviroments:
```
mvn release:clean
mvn release:prepare
```

## Deploys

After building project, get .war file and run on your current web server:

* Tomcat
```bash
./startup.sh
```