/java-microservices

A simple externalization project using Microprofile to deploy and configure two Java Microservices for Kubernetes. MicroProfile Config provides useful annotations that you can use to inject configured values into your code. These values can come from any configuration source, such as environment variables. Using environment variables allows for easier deployment to different environments.

This repository is not active