配置文件: mobile_zuul.properties
配置项:
zuul.include.debug.header=true
通过Postman校验
http://localhost:8080/s2g-zuul-mobile/healthcheck
过滤器管理工具:
http://localhost:8080/s2g-zuul-mobile/admin/filterLoader.jsp
加载并激活:
- 后置过滤器DebugHeader.groovy
通过Postman校验
http://localhost:8080/s2g-zuul-mobile/api/student/echoStudentName/bobo
通过Eclipse控制台输出查看过滤器调试日志