

MicroProfile Config cheat sheet
English
About
Keep your microservices configuration external from your code by using Eclipse MicroProfile Config. Red Hat Senior Software Engineer Martin Stefanko gets you moving with this cheat sheet that includes:
- Injecting Configuration Properties
- Using Injected Configuration Object
- Converters
- Config Sources
Excerpt
Default converters
Boolean, Byte, Short, Integer, Long, Float, Double,
Character, Class — in both boxed and unboxed variants
Array, List, Set — parameterized by the base types