mirror of
https://gitee.com/dromara/liteFlow.git
synced 2026-05-14 04:02:09 +08:00
优化测试用例
This commit is contained in:
@@ -60,5 +60,11 @@
|
||||
<groupId>org.apache.curator</groupId>
|
||||
<artifactId>curator-recipes</artifactId>
|
||||
</dependency>
|
||||
|
||||
<dependency>
|
||||
<groupId>ch.qos.logback</groupId>
|
||||
<artifactId>logback-classic</artifactId>
|
||||
<version>1.2.11</version>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
</project>
|
||||
@@ -4,9 +4,10 @@
|
||||
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
<parent>
|
||||
<groupId>com.yomahub</groupId>
|
||||
<artifactId>liteflow-testcase-el</artifactId>
|
||||
<version>2.12.2</version>
|
||||
<groupId>com.yomahub</groupId>
|
||||
<version>${revision}</version>
|
||||
<relativePath>../pom.xml</relativePath>
|
||||
</parent>
|
||||
|
||||
<artifactId>liteflow-testcase-el-sql-solon</artifactId>
|
||||
|
||||
@@ -12,7 +12,7 @@ import org.noear.solon.test.SolonJUnit5Extension;
|
||||
|
||||
@ExtendWith(SolonJUnit5Extension.class)
|
||||
@Import(profiles = "classpath:/application.properties")
|
||||
public class SQLWithXmlELSpringbootTest extends BaseTest {
|
||||
public class SQL4SolonTest extends BaseTest {
|
||||
|
||||
@Inject
|
||||
private FlowExecutor flowExecutor;
|
||||
Reference in New Issue
Block a user