Skip to content

Latest commit

 

History

History
executable file
·
24 lines (20 loc) · 783 Bytes

README.md

File metadata and controls

executable file
·
24 lines (20 loc) · 783 Bytes

Mule Applications as a Microservice powered by Spring Boot

Build Status

With this Starter you are able to use Mule with Spring Boot.

Actually there is no official release, so you can use Jitpack.

Step 1. Add the JitPack repository to your build file

<repository>
    <id>jitpack.io</id>
    <url>https://jitpack.io</url>
</repository>

Step 2. Add the dependency in the form

<dependency>
    <groupId>com.github.User</groupId>
    <artifactId>mule-spring-boot-starter</artifactId>
    <version>short commit id</version>
</dependency>