Skip to content

dhruv26patel/drools-example-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Drools Example App

This is a simple spring boot exmaple of drool (rule engine).

Why use rule Engine?

It can be use to externzlize business logic from the application. Instead of using if-else statements you can use drools or excel file.

Example:

  • store the file in S3 or config server and create the KieSession Bean on update. - Planning to add this soon

How to use rule Engine?

You can pass an object to the rule engine peform action based on the can condition

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages