I'm a newcamer in Spring Boot. And I feel like I have some configuration issue.
I want to create file business-config.yml
with data for business validation. But Spring does not see this file, wherever I put it. And there's no any exception or error. The application successfully reads the files application.yml
and bootstrap.yml
and I see all the values from them in the actuator. But there're no values from any new files business-config.yml
in the actuator. How can I point it correctly to set it properly?
And why do these files application.yml
and bootstrap.yml
have such green icons in the form of a spring icon? How can this be setted? Where do you need to specify and register these files?