I'm building a framework which can be used with/without Spring. So, I can't use the @PropertySource annotation.
How can I know exactly the application.properties path considering all possible variation. eg the user have changed the default path using --spring.config.location
Is there any Spring runtime variable which I can get this path?