Skip to content
New issue

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

when i use UnitRuleGroup, it happends like the picture #430

Open
Tangqiketang opened this issue Sep 26, 2024 · 1 comment
Open

when i use UnitRuleGroup, it happends like the picture #430

Tangqiketang opened this issue Sep 26, 2024 · 1 comment

Comments

@Tangqiketang
Copy link

image

    <!--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>
@Tangqiketang
Copy link
Author

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

1 participant