Skip to content

Latest commit

 

History

History
 
 

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

README.md

Helidon Config Basic Example

This example shows the basics of using Helidon SE Config. The Main.java class shows:

  • loading configuration from a resource application.conf on the classpath containing config in HOCON (Human-Optimized Config Object Notation) format
  • getting configuration values of various types

Build and run

mvn package
java -jar target/helidon-examples-config-basics.jar