我只是想在下面的视频的帮助下写一个hello world应用程序
https://www.youtube.com/watch?v=AUfUMXwzu24
我刚从托盘使用HTTP,它给了我以下错误
"必需属性config-ref未在侦听器" 中定义
在Anypoint studio中,它在下面的行中显示错误
< http:listener config-ref =""路径="" doc:name =" HTTP" />
我正在使用Anypoint studio 5.1.0版。
答案 0 :(得分:0)
您缺少http:listener-config
元素,例如:
<http:listener-config name="HTTP_Listener_Configuration" host="localhost" port="8081" doc:name="HTTP Listener Configuration"/>
请参阅:https://developer.mulesoft.com/docs/display/current/HTTP+Listener+Connector