I am trying to keep External configuration in Spring Boot Project. So I have achieved this using a) Placing config at Git b) Creating one config-server. c) APplication get the config from config server.
But can I achieve this WITHOUT using External Config server? I mean can't my application directly access configuration from GIT?