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?
Asked
Active
Viewed 74 times
1 Answers
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