From bfc0554b85f5b444e1c309a703f25b5bc8bf0b66 Mon Sep 17 00:00:00 2001 From: Mike Bierlee Date: Thu, 13 Oct 2022 01:09:53 +0300 Subject: [PATCH] Play around with examle properties a bit --- examples/javaProperties/application.properties | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) 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