Skip to content

Core service that encapsulates business logic

Notifications You must be signed in to change notification settings

meeteor-13/core

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

56 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Releases

No releases published

Packages

No packages published