Reputation: 1255
i want to Use spring boot's application.properties value in resources/logback-spring.xml.
But do not use it like this: application.properties
server.kafka.host0=kafka-0
logback-spring.xml
<producerConfig>bootstrap.servers=${server.kafka.host0}:9092</producerConfig>
How can I write? Help me.
Upvotes: 0
Views: 63