Implementation of a Spring Boot microservice integrated with multiple open source tools
./mvnw build
docker build -t open-stack-service:latest .
docker network create open-stack
docker-compose up
Implementation of a sample Spring Boot service integrating with multiple other open source technologies
Java