Skip to content

Tag: spring-boot

Retrive value from yaml file to field in external library

I have a Spring Boot application I have a external library (written by me, also using Spring parent) as dependency In application.yml (in application, not in library) I have property example In library, I have a class with code like this: The value for this field is null, but when I’m calling for Enviro…