sprint集成http出站网关是否有任何配置属性可以将拦截器添加到org.springframework.web.client.RestTemplate中?
我想拦截httpRequest以在请求中添加一些安全信息(比如ws-ouboundgatewy中的拦截器属性),但我在http出站网关中看不到任何拦截器配置选项?。
我们还有其他选择来实现此功能吗?
答案 0 :(得分:1)
您可以使用第一个$scope.updateData = function() {
return 'Hello';
}
属性向<int-http:outbound-gateway>
任意自定义RestTemplate
bean注入。
但是从另一方面来看,rest-template
中我没有看到任何关于拦截器逻辑的提及......