mulesoft Anypoint Studio export smallest options
1. share with another developer
Question
A Mule application contains an ActiveMQ JMS dependency. The Mule application was developed in Anypoint Studio and runs successfully in Anypoint Stuio.
The Mule application must now be exported from Anypoint Studio and shared with another developer.
What export options create the smallest JAR file that can be imported into the other developer's Anypoint Studio and run successfully?
Answer
- Attach project sources
- Include project modules and dependencies
2. deplyed to CloudHub
Question
A mule project contains Mysql database dependency. The project is exported from Anypoint Studio so that it can be deployed to CloudHub. What export options needs to be selected to create the smallest deployable archive that will successfully deploy to CloudHub?
Answer
- Attach Project sources
- Include project module and dependencies
Original: https://blog.csdn.net/qq_41885819/article/details/127822890
Author: 穿条秋裤到处跑
Title: mulesoft Anypoint Studio export smallest options?