I have a very large application.yml file. Also, there are business and tech properties are close together.
I want to split this properties to different files, such as: "application.yml", "domain.yml", "restrictions.yml" and so on.
How can I tell spring to use an exact properties file in my Config.java bean? I'm telling exactly about ".yml" extension, cause ".properties" works fine.