BAEL-5664 code for the using environment varibales in application.properties article

This commit is contained in:
thibault.faure
2022-07-24 17:12:14 +02:00
parent c3c6b30b3c
commit c71981ced6
5 changed files with 141 additions and 8 deletions

View File

@@ -0,0 +1,4 @@
environment.name=${OS}
java.home.and.environment=${JAVA_HOME}+${OS}
not.existing.system.property=${thispropertydoesnotexist}
baeldung.presentation=${HELLO_BAELDUNG}. Java is installed in the folder: ${JAVA_HOME}