how can I create an if conditional in the spring applicaiton.properties file?.
for example:
restart.enabled=true
project.name=(restart.enabled == true) ? "restartProjectName" : "projectName"
thanks for all :)
how can I create an if conditional in the spring applicaiton.properties file?.
for example:
restart.enabled=true
project.name=(restart.enabled == true) ? "restartProjectName" : "projectName"
thanks for all :)
Copyright © 2021 Jogjafile Inc.