Skip to content

Latest commit

 

History

History
59 lines (45 loc) · 1.38 KB

README.md

File metadata and controls

59 lines (45 loc) · 1.38 KB

Core Service

Core service powered by Spring Boot

java version build status release license

Technologies

Usage

Local

Run application:

./mvnw spring-boot:run

Run tests:

./mvnw test

Build application artifact:

./mvnw install

Build application artifacts (without tests):

./mvnw -Dmaven.test.skip=true install

Docker

Bootstrap project using docker-compose:

docker-compose up

Stop and remove containers, networks, images:

docker-compose down