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.
我正在使用AngularJS. 我的应用程序中有一个文件上传模块,用户可以一次上传多个文件。有人告诉我用Mule ESB做这个模块。如何将 Mule ESB 集成到我的 AngularJS 应用程序中?有什么好的教程可以解释我的查询吗?
AngularJS
Mule ESB
只需公开一个 HTTP 入站端点并让您的 AngularJS 应用程序 HTTP POST 数据给它。如果您从与运行 Mule 的不同方案/域提供 AngularJS 应用程序,请注意潜在的CORS问题。