spring-cloud-config client without Spring Boot
I am just getting into spring-cloud-config and I'm working on this basic project . I would like to know if it is possible and how to rewrite this client to not use Spring Boot. import org.springframework.beans.factory.annotation.Value; import org.springframework.boot.SpringApplication; import org.springframework.boot.autoconfigure.EnableAutoConfiguration; import org.springframework.cloud.context.config.annotation.RefreshScope; import org.springframework.context.annotation.ComponentScan; import org.springframework.web.bind.annotation.RequestMapping; import org.springframework.web.bind