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.
我需要为其余的完整服务创建代理服务。我知道如何创建代理服务,我需要帮助才能在 cxf-rs/jaxrs 服务中创建一些简单的代理服务。如果有人可以提供任何例子..
如果您不想更改请求和响应,您可以像这样使用骆驼设置一个简单的 http 代理。
from("jetty://localhost:8000/proxy/").to("http://service/context/?bridgeEndpoint=true")