/open-stack-service

Implementation of a sample Spring Boot service integrating with multiple other open source technologies

Primary LanguageJava

Service Discovery Server

Implementation of a Spring Boot microservice integrated with multiple open source tools

Build and Deploy Localy

./mvnw build
docker build -t open-stack-service:latest .
docker network create open-stack
docker-compose up