indrabasak / suckers-rule

Spring Boot with Drool Examples

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Build Status Quality Gate Technical debt ratio Coverage

Suckers Rule

Introduction

Drools is a lightweight rules engine based on the pattern matching Rete algorithm. It has been around since 2001 and maintained by JBoss community.The Drools engine is completely written in Java.

What's a Rule?

When
    <Condition is true>
Then
    <Take desired Action>

About

Spring Boot with Drool Examples


Languages

Language:Java 100.0%