Skip to content

TangentSolutions/Spring-REST-Seed

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Spring-REST-Seed

A simple getting started project to help you understand a simple Spring Boot Project.

Detail Version
Maven 3.3.7
JDK 1.8

Run the app:

docker-compose up

To build

docker-compose run --rm web mvn package
  • war file is at: target/{{artifactId}}-{{version}}.jar

To test

docker-compose run --rm web mvn test

Generate a coverage report:

docker-compose run --rm web mvn cobertura:cobertura
  • Covertura report is at: target/site/cobertura/index.html

To run

docker-compose up

Getting started with Spring boot

To see how this application was built. See: Building a RESTful Service

A quick overview if testing.

  • Code lives in: src/main/{package}/{file}.java
  • Tests lives in: src/test/{package}/{file}Test.java

About

A seed project for getting started with Spring REST

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages