Skip to content

Instantly share code, notes, and snippets.

@bhatikuldeep
Last active March 10, 2021 01:02
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bhatikuldeep/40f222ef7e578efb6caa207fc049e785 to your computer and use it in GitHub Desktop.
Save bhatikuldeep/40f222ef7e578efb6caa207fc049e785 to your computer and use it in GitHub Desktop.
mulesoft-deployment-project-structure
.
├── bitbucket-pipelines.yml
├── mule-artifact.json
├── pom.xml
└── src
├── main
│   ├── java
│   ├── mule
│   │   └── cloud-hub-deploy.xml
│   └── resources
│   ├── api
│   └── log4j2.xml
└── test
├── java
├── munit
└── resources
└── log4j2-test.xml
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment