cloud-config-client icon indicating copy to clipboard operation
cloud-config-client copied to clipboard

Resolver for dynamic $ property coming from Property file

Open harshalthakre opened this issue 4 years ago • 2 comments

Consider the following yaml file

app:   name: cart-service   description: ${app.name} is your first Spring Boot client welcome:   message: Welcome to your yaml file!

The ${app.name} should be replaced with the value of app.name which is cart-service already mentioned in yaml file , This is just the way like spring do . Can you add support for this ?

harshalthakre avatar Jul 08 '20 11:07 harshalthakre

Reference:

https://docs.spring.io/autorepo/docs/spring-boot/2.3.0.RELEASE/reference/htmlsingle/#boot-features-external-config-placeholders-in-properties

It seems a good feature to include

victorherraiz avatar Jul 08 '20 23:07 victorherraiz

Hey @victorherraiz was this included in one of the recent releases?

nowosprz avatar Dec 29 '23 12:12 nowosprz