mirror of
https://gitee.com/dromara/liteFlow.git
synced 2026-05-23 21:18:10 +08:00
feature #IAY66T 更新版本
This commit is contained in:
@@ -32,7 +32,6 @@ import java.util.concurrent.Future;
|
||||
/**
|
||||
* 非Spring环境下的规则缓存测试
|
||||
* @author DaleLee
|
||||
* @since 2.13.0
|
||||
*/
|
||||
public class RuleCacheTest extends BaseTest {
|
||||
|
||||
|
||||
@@ -31,7 +31,6 @@ import java.util.concurrent.Future;
|
||||
/**
|
||||
* Solon环境下规则缓存测试
|
||||
* @author DaleLee
|
||||
* @since 2.13.0
|
||||
*/
|
||||
@SolonTest
|
||||
@Import(profiles="classpath:/ruleCache/application.properties")
|
||||
|
||||
@@ -33,7 +33,6 @@ import java.util.concurrent.Future;
|
||||
/**
|
||||
* Springboot环境下规则缓存测试
|
||||
* @author DaleLee
|
||||
* @since 2.13.0
|
||||
*/
|
||||
@TestPropertySource(value = "classpath:/ruleCache/application.properties")
|
||||
@SpringBootTest(classes = RuleCacheSpringbootTest.class)
|
||||
|
||||
@@ -32,7 +32,6 @@ import java.util.concurrent.Future;
|
||||
/**
|
||||
* Spring环境下规则缓存测试
|
||||
* @author DaleLee
|
||||
* @since 2.13.0
|
||||
*/
|
||||
@ExtendWith(SpringExtension.class)
|
||||
@ContextConfiguration("classpath:/ruleCache/application.xml")
|
||||
|
||||
Reference in New Issue
Block a user