Variables in property files in spring boot

Viewed 4095

Can I use a propertie inside a application.properties?

sample:

myLevel=ERROR

logging.level.org.springframework=$myLevel
logging.level.org.apache.catalina=$myLevel

tks

1 Answers
Related