Skip to content

Latest commit

History

1 Commit

Folders and files

NameName
Last commit message
Last commit date

Repository files navigation

Spring Boot (Spring MVC) Sample Application

Sample Spring Boot application for experimentation.

Run

Start PostgresSQL db container.

cd docker
docker comose up -d postgres

Build & Run.

./mvnw clean package
java -jar target/todo-app-*.jar 

or

./mvnw spring-boot:run 

Default swagger url is http://localhost:18888/swagger-ui.html.

Run as Docker Container

Build docker image.

./mvnw compile jib:dockerBuild

Run PostgresSQL db and todo application container.

cd docker
docker compose up -d

Run Integration Tests with DB

 ./mvnw test -Dtest="*IT"

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages