Skip to content

denschu/mule-spring-boot-starter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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>

About

Spring Boot Starter for Mule

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages