这些天我正在尝试使用Mule Custom连接器。我按照Barn Connector中描述的所有步骤查看了一个示例工作连接器。它不下载核心mule api及其相关的库和模块,因此发生了编译错误。可以为我提供解决方案吗?
修改 Mule devkit注释未得到解决:
import org.mule.api.annotations.ConnectionStrategy;
import org.mule.api.annotations.Connector;
import org.mule.api.annotations.Configurable;
import org.mule.api.annotations.Processor;
import org.mule.api.annotations.param.Default;
以上导入未解决。
答案 0 :(得分:0)
如果构建成功,那么IDE应该是一个问题,请尝试使缓存无效并重新启动。
我还建议您从工作室的help -> install new software
下载DevKit插件。
干杯