Skip to content

tchaitrali/sample

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages