0

I using Spring Config Server with git repo. I want add interceptor to standart http client, which connect to git. How can I do it?

All_Safe
  • 1,339
  • 2
  • 23
  • 43

1 Answers1

0

What spring config server is doing is normal request/response cycle. using internal endpoints.

so normal Spring MVC HandlerInterceptor could do the job for you. detailed walk-through can be found here: HandlerInterceptor

DanTe
  • 115
  • 6