Overview | Install Me | FAQs | Contribute
Take these files as example or to use as your own for other tutorials that may require you to use Maven.
- If you're following the Circuit Breaker Policy tutorial, you can find the example file and the instructions here.
- For a general example with comments and instructions, go to this file.
- Go to the example file you need to follow your tutorial
- Download the file or copy its contents
- Put the file inside the
.m2
folder or create a new one and paste its contents - Don't forget to add your own credentials!
- For Windows:
C:\Users\<user>\.m2
- For Mac:
${user.home}/.m2
- Make sure you have installed Maven.
Contributions are what make the MuleSoft community such an amazing place. Any contributions you make are greatly appreciated.
See contributing.md for the MuleSoft Developer principles.
Prettier is a code formatter used to ensure consistent formatting across your code base. To use Prettier with Visual Studio Code, install this extension from the Visual Studio Code Marketplace. The .prettierignore and .prettierrc files are provided as part of this repository to control the behavior of the Prettier formatter.