Set the context root associated with the HTTP router module to "HelloWorldWebRouter".
将与http路由器模块相关联的上下文根设置为“HelloWorldWebRouter”。
Other routers such as the chaining router do not require that you set synchronous to true on the outbound endpoint and always return a response in synchronous scenarios.
其它的路由器,比如chaining路由器并不需将出站端点的synchronous属性设置为true,该路由器总会在同步的场景中返回一个响应。
When using the pass-through router, if you want to return a response, you must set synchronous to "true" on the outbound endpoint.
当使用pass - through路由器时,如果想返回一个响应,必须将出站端点的synchronous属性设置为true。
应用推荐