We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
<!--easy rules核心库--> <dependency> <groupId>org.jeasy</groupId> <artifactId>easy-rules-core</artifactId> <version>4.0.0</version> </dependency> <!--规则定义文件格式,支持json,yaml等--> <dependency> <groupId>org.jeasy</groupId> <artifactId>easy-rules-mvel </artifactId> <version>4.1.0</version> </dependency> <!--支持mvel规则语法库--> <dependency> <groupId>org.jeasy</groupId> <artifactId>easy-rules-spel</artifactId> <version>4.1.0</version> </dependency> <dependency> <groupId>org.jeasy</groupId> <artifactId>easy-rules-support</artifactId> <version>4.1.0</version> </dependency>
The text was updated successfully, but these errors were encountered:
all rules should set rule's name. because rule has a default name, when two rules has the same default name, the second will rewrite the first
Sorry, something went wrong.
No branches or pull requests
The text was updated successfully, but these errors were encountered: