MicroProfile Custom Configuration Sources
The MicroProfile Configuration Api provides built in support for reading configuration values from many places, such as environment variables or system properties.
Sometimes however, it can be useful to read properties from a file having different ve...
davidsalter.uk