简体   繁体   English

运行时的CRUD Drools规则

[英]CRUD Drools rule in runtime

I'm new using Drools . 我是新来的Drools I have been integrate Spring with Drools but I don't know how to CRUD Drools rule. 我已经将SpringDrools集成在一起,但是我不知道如何对CRUD Drools规则进行CRUD Drools Is it any technique to CRUD Drools rule at run time in using Spring ? 使用Spring在运行时CRUD Drools规则是否有任何技术?

go through this link might solve problem 通过此链接可能会解决问题

This will let you know in more details go throouh the link 通过链接,您可以更详细地了解

drools_integration_spring_based 基于drools_integration_spring_based

If your intended question is to edit the rules in the Drools, then here is the info : 如果您想要的问题是在Drools中编辑规则,那么这里是信息:

  1. Drools as in the latest version uses a maven local repo to store the .drl files. 最新版本中的Drools使用Maven本地存储库来存储.drl文件。
  2. Rules files can be edited either by Drools workbench UI or by accessing the repo remotely and editing it in an IDE. 可以通过Drools工作台UI或通过远程访问该存储库并在IDE中对其进行编辑,从而可以编辑规则文件。
  3. The .drl files are then packaged into a JAR to be used as a rule repository. 然后,将.drl文件打包到JAR中,用作规则存储库。 This can be deployed over a server for accessing against a REST API or referred in any project (Spring for example). 它可以部署在服务器上以通过REST API进行访问,也可以在任何项目中引用(例如Spring)。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM