Skip to content

Instantly share code, notes, and snippets.

View mryhmln's full-sized avatar

Mary Hamlin mryhmln

View GitHub Profile
@mryhmln
mryhmln / .gitignore
Created May 4, 2020 21:29 — forked from jbenhamou/.gitignore
Mulesoft .gitignore
# ------------------------------------------------------------------------------ #
# Java defaults (https://github.com/github/gitignore/blob/master/Java.gitignore) #
# ------------------------------------------------------------------------------ #
# Reference: https://github.com/github/gitignore/blob/master/Java.gitignore
*.class
# Package Files #
*.jar
*.war
*.ear
@mryhmln
mryhmln / hello-mule-api.raml
Last active May 3, 2020 22:22
Hello Mule API RAML
#%RAML 1.0
title: Hello Mule API
/hello:
get:
responses:
200:
body:
application/json:
example: {"message":"Hello Mule API!"}