In this tutorial, I will guide to you all how to create new Mule project using Anypoint Studio to start creating a Mule application.
Actually, creating new Mule project is as simple as creating a Eclipse project. However, here are some points that we should note.
– First of all, you need start the Anypoint Studio, then go to File -> New -> Mule Project, a new window will display:
– In this window, in the Project Name box, enter your project name. Then, you click Use Maven and edit the information of Maven as Group Id, Artifact Id or Version if you want.
Here, I will name the project mule-esb-example and edit the Maven information as below:
– Click Next to continue.
– Click Next to Continue.
– Here, you can click Finish button to finish creating new Mule project.
Result:
– After creating Mule project, Maven will build this project automatically.