已安装AnypointStudio
已在本地安装AnypointStudio
- 安装社区版
- Help > Install New Software> Mule ESB Server Runtime 3.9.0 CE
- Maven Tools for Mule工具安装
- Help > Install New Software> Maven Tools for Mule
- 配置eclipse
-
Wondows -> Preferences -> Java-> installed JREs
-
Wondows -> Preferences -> Anypoint Studio -> Maven maven路径要配置
-
D:\javatools\apache-maven-3.6.3\conf settings.xml 配置仓库与插件仓库
setting.xml
<profiles>
<profile>
<id>mule-extra-repos</id>
<activation>
<activeByDefault>true</activeByDefault>
</activation>
<repositories>
<repository>
<id>mule-public</id>
<url> https://repository.mulesoft.org/nexus/content/repositories/public </url>
</repository>
</repositories>
<pluginRepositories>
<pluginRepository>
<id>mule-public</id>
<url> https://repository.mulesoft.org/nexus/content/repositories/public </url>
</pluginRepository>
</pluginRepositories>
</profile>
</profiles>
- Wondows -> Preferences -> Java->Build Path -> Classpath Variable -> M2_REPO 配置为你的maven repository路径 M2_REPO Classpath Variable 配置
开始mule项目
- File -> NEW -> Mule Project
参考文档
Step-by-step-guide-to-using-mule-esb
using-maven-with-mule
maven-tools-for-mule-esb
版权声明:本文内容由互联网用户自发贡献,该文观点与技术仅代表作者本人。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌侵权/违法违规的内容, 请发送邮件至 [email protected] 举报,一经查实,本站将立刻删除。