新增bizNo表达式的Spi测试用例

This commit is contained in:
byteblogs168 2023-09-10 23:13:33 +08:00
parent b7112e3dc5
commit 203ec502d8
2 changed files with 12 additions and 0 deletions

10
pom.xml
View File

@ -40,6 +40,16 @@
<artifactId>easy-retry-client-starter</artifactId>
<version>2.3.0-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>com.googlecode.aviator</groupId>
<artifactId>aviator</artifactId>
<version>5.3.3</version>
</dependency>
<dependency>
<groupId>com.alibaba</groupId>
<artifactId>QLExpress</artifactId>
<version>3.3.1</version>
</dependency>
<dependency>
<groupId>com.baomidou</groupId>
<artifactId>mybatis-plus-boot-starter</artifactId>

View File

@ -0,0 +1,2 @@
#com.aizuda.easy.retry.client.core.expression.QLExpressEngine
#com.aizuda.easy.retry.client.core.expression.AviatorExpressionEngine