Create new Mule project using Anypoint Studio

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:

Create new Mule project using Anypoint Studio

– 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:

Create new Mule project using Anypoint Studio

– Click Next to continue.

Create new Mule project using Anypoint Studio

– Click Next to Continue.

Create new Mule project using Anypoint Studio

– Here, you can click Finish button to finish creating new Mule project.

Result:

Create new Mule project using Anypoint Studio

– After creating Mule project, Maven will build this project automatically.

Add Comment