spring-boot-starter-drools

Build Status Coverage Status JitPack Status Release

Spring Boot Starter for booting fast with the JBoss Business Rules Engine Drools Expert and KIE Components

Howto

See the Testclass for how to use the drools-api (it's basicly the KieSession you need to interact with) or have a look at the springdrools example project, to see how to use the starter in your project.

There´s no official maven-repo-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 (change version to actual commit-id you can lookup here)

<dependency>
    <groupId>com.github.User</groupId>
    <artifactId>spring-boot-starter-drools</artifactId>
    <version>225907afae</version>
</dependency>

Improve

Drools Eclipse/STS tooling

droolsEclipseTools