I have configured @ ControllerAdvice for unified exception handling in the zuul project, but it doesn"t seem to work. Is there any good unified exception handling?
I have configured @ ControllerAdvice for unified exception handling in the zuul project, but it doesn"t seem to work. Is there any good unified exception handling?
in the process of development, because of the relationship between the calls of various micro-services, several micro-services need to be enabled locally, resulting in a computer memory utilization rate of more than 80%. Is there any way to share severa...
https: blog.csdn.net Linyizu... when a springCloud client cannot register a service with eureka, many solutions add the following to the service pom <dependency> <groupId>org.springframework.boot< groupId> <artifactId>...
in springcloud if the backend service has @RequestMapping(" test") pubilc void test(@RequestBody MyPram myParam){ ... } in the filter of the zuul gateway, I want to get the value of myParam, RequestContext ctx = RequestContext.get...