Reading from the applciation.properties file -Springboot

You have to use a delegate Expression like explained here (notation ${myDelegateBean}). Not 100% sure how to give your service the name - I think you can use the @Qualifier annotation (or maybe the @Service(“myDelegateBean”) is already enough).

2 Likes