diff --git a/examples/javaProperties/application.properties b/examples/javaProperties/application.properties index ab38307..208660e 100644 --- a/examples/javaProperties/application.properties +++ b/examples/javaProperties/application.properties @@ -1,4 +1,11 @@ +# This file is intentionally messy +# to demonstrate the full capabilities +# of the format. + +# App config application.name=Fake HTTP Server -server.host=localhost -server.port=8080 -server.protocol=https \ No newline at end of file + +# Server config +server.host = localhost +server.port = 8080 +server.protocol: https !DO NOT CHANGE! \ No newline at end of file