Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在使用 Spring Integration - HTTP 适配器。
现在,我想让它成为 HTTPS。请让我知道如何实现它。
如果您的意思是在客户端(出站)端,只需使用 https://... url。
如果您的意思是在服务器(入站)端,则将您的 servlet 容器配置为使用 SSL。