forked from kevin.shehu/GGD
FINALIZED : FULLY WORKING
TODO : DATA MANIPULATION
This commit is contained in:
3
src/main/resources/maven/pom.properties
Normal file
3
src/main/resources/maven/pom.properties
Normal file
@@ -0,0 +1,3 @@
|
||||
groupId=com.javainuse
|
||||
artifactId=drools-hello-world
|
||||
version=0.0.1-SNAPSHOT
|
@@ -10,5 +10,5 @@ rule "Offer for Gold"
|
||||
when
|
||||
productObject: Product(type=="gold")
|
||||
then
|
||||
productObject.setDiscount(25);
|
||||
productObject.setDiscount(10);
|
||||
end
|
Reference in New Issue
Block a user