项目作者: mcgivrer

项目描述 :
Rule engine to process JSON data document
高级语言: Java
项目地址: git://github.com/mcgivrer/RuleEngine.git
创建时间: 2019-09-13T17:00:49Z
项目社区:https://github.com/mcgivrer/RuleEngine

开源协议:MIT License

下载


RuleEngine

TravisCI
FOSSA Status
Codacy Badge
Github Releases

Description

This project intends to provide the framework of a RuleEngine with Rule to be processed through a thread pool to distribute tasks.

Compile

To compile the full project, please execute the following command :

  1. $> mvn clean install

Execute

to execute the compiled jar, please execute the command bellow :

  1. $> mvn exec:java

or :

  1. $> java -jar ruleengine-1.0-SNAPSHOT.jar

After full build, on the windows platform, you can execute the target/${project.name}.exe executable file.

  1. c:\> target\ruleengine.exe

Edit

Import this project as an Existing Maven Project into your preferred IDE,
(like Eclipse ?)

License