This example shows the basics of using Helidon SE Config. The Main.java class shows:
- loading configuration from a resource
application.confon the classpath containing config in HOCON (Human-Optimized Config Object Notation) format - getting configuration values of various types
mvn package
java -jar target/helidon-examples-config-basics.jar