Skip to content

tpatrizio/spring-boot-lab

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Spring Boot Demo Project

A very simple project to start with Spring Boot, including:

  • Rest Api with cutom error handler
  • Test based Api documentation with Restdocs and Asciidoctor
  • Flyway schema migration
  • Integration testing

Quick run

mvn clean package -DskipTests
docker-compose build
docker-compose up

Local Testing

Start the database container:

docker-compose run --service-ports postgres_demo

Start the application with a local profile:

java -Dspring.profiles.active=local -jar target/demo-0.0.1-SNAPSHOT.jar

Reference Documentation

For further reference, please consider the following sections:

Guides

The following guides illustrate how to use some features concretely:

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors