I am trying to load an external properties file into my spring boot app. initially I used @PropertySource in the config class. but now I want to remove this annotation so th
spring.config.name=spring spring.config.location=classpath:/config/
in side the config folder spring.properties file is available, while running the server the this properties file is not loading