Posts

Showing posts from July, 2021

How to start work with Anypoint Studio?

Image
Anypoint Studio  is a user-friendly eclipse-based  IDE (integration development environment) used for designing and testing Mule applications. Basic setup of our IDE: Install the following software: OpenJDK 8:  https://adoptopenjdk.net/ Anypoint Studio 7.9.0:  https://www.mulesoft.com/lp/dl/studio Git:  https://git-scm.com/download/ Maven:  https://maven.apache.org/download.cgi  ( Installation Guide ) Create your account on Anypoint Platform:    https://anypoint.mulesoft.com/login/signup After successful   installation  of software, start Anypoint Studio and: create a workspace configure Anypoint Studio for EU Region: Window > Preferences:  Configure Anypoint Studio to use the native browser: Window > Preferences: Configure your credentials for the Anypoint platform: Window > Preferences: Setup local Maven (Optional)  If you want to run MUnit tests from the command line, you will need to define a maven reposi...