Decision Tree Drools Menggunakan Spring Boot

Resource dt 
  = ResourceFactory
    .newClassPathResource("com/baeldung/drools/rules/Discount.xls",
      getClass());
 
KieFileSystem kieFileSystem = kieServices.newKieFileSystem().write(dt);
Xenophobic Xenomorph