Mule CE is an open source integration tool. Mule CE applications are normally run inside a Mule runtime. With mule-spring-boot-starter, you can run Mule CE embedded in a Spring Boot application. This allows Mule developers to quickly prototype and/or deploy Mule applications without having to download Mule runtime, create a Maven artifact, and push the artifact to the Mule runtime. This project will allow developers to build and run the Mule application in much the same manner as other Spring Boot applications.
Add Maven Dependency:
net.taptech mule-spring-boot-starter 1.0.0
Add Repositories:
Central Central http://repo1.maven.org/maven2/ default mulesoft-releases MuleSoft Repository http://repository.mulesoft.org/releases/ default mulesoft-snapshots MuleSoft Snapshot Repository http://repository.mulesoft.org/snapshots/ default spring-milestones Spring Milestones Repository http://repo.spring.io/milestone default spock-snapshots https://oss.sonatype.org/content/repositories/snapshots/ true
Add Mule Modules and Dependencies as Needed:
In the demo application, the HTTP connector is used so that a jar file is needed for the XML schema and corresponding Java code to support the HTTP connector. https://goo.gl/tp69Jq #DataIntegration #ML
Share this:
- Click to share on Facebook (Opens in new window)
- Click to share on Twitter (Opens in new window)
- Click to email a link to a friend (Opens in new window)
- Click to share on LinkedIn (Opens in new window)
- Click to share on Tumblr (Opens in new window)
- Click to share on Pinterest (Opens in new window)
- Click to share on Reddit (Opens in new window)