Warning: file_get_contents(/data/phpspider/zhask/data//catemap/2/spring/12.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
SpringWeb服务出站网关_Spring_Spring Integration - Fatal编程技术网

SpringWeb服务出站网关

SpringWeb服务出站网关,spring,spring-integration,Spring,Spring Integration,这里有一个需求,我想明确提到,要与其他外部系统通信,请使用TLSV1.2,而不是默认的TLSV1.0 我如何能够覆盖或实现此要求 <int-ws:outbound-gateway id="someID" request-channel="clientRequest" reply-channel="clientReply" uri="some.com" reply-timeout="1000" marshaller="clientMarshaller" unmarshaller="clie

这里有一个需求,我想明确提到,要与其他外部系统通信,请使用TLSV1.2,而不是默认的TLSV1.0 我如何能够覆盖或实现此要求

<int-ws:outbound-gateway id="someID"
request-channel="clientRequest" reply-channel="clientReply"
uri="some.com" reply-timeout="1000" marshaller="clientMarshaller" 
unmarshaller="clientMarshaller" message-sender="messageSender" >
</int-ws:outbound-gateway>

看起来您正在使用Java 7,对我来说,这应该可以帮助您:

-Dhttps.protocols=TLSv1.2

请提供更多信息

看起来您正在使用Java 7,对我来说,这应该可以帮助您:

-Dhttps.protocols=TLSv1.2
请提供更多信息