Is it possible to download a folder/directory using spring-cloud-config server's end points?

284 views Asked by At

I am using Jhipster registry as a Eureka server and spring-cloud-config. We have one GIT repo which is mapped to the spring-cloud-config server and in that GIT repo I have a folder named templates which has list of .html files.

As I get to know it is not possible to access those .html files through spring-cloud-config server's end points, is it possible to download the complete templates folder programatically in spring boot application using registry(spring-cloud-config) end points ?

I am planning to download that templates folder and store it somewhere so that it could be available for my other microservice

Thanks in Advance

0

There are 0 answers