Spring boot drools demo app
mvn spring-boot:run
Try the drools offer check using the following URL:
Go to the Swagger API page: http://localhost:8080/sdoc.jsp#!/fraud/checkOrder
Paste the following offer:
{
"offerId": "1",
"seller": {
"rating": "3"
}
}