Skip to content
This repository was archived by the owner on Apr 12, 2023. It is now read-only.

Latest commit

 

History

History
7 lines (6 loc) · 317 Bytes

README.md

File metadata and controls

7 lines (6 loc) · 317 Bytes

Running the App

  1. Open the application in Eclipse/Intellij as Maven Project.
  2. Run a "mvn clean install" on the repo.
  3. Go to the file DroolsTest.java. Right click it and run the app as Java application.
  4. See the output in console.
  5. Change the rule, run the file again and see the new rule to take effect.