feature #IAY66T 更新版本

This commit is contained in:
DaleLee
2025-02-25 23:08:00 +08:00
parent b9bdb7aa98
commit 26e8d293f5
5 changed files with 1 additions and 5 deletions

View File

@@ -32,7 +32,6 @@ import java.util.concurrent.Future;
/**
* 非Spring环境下的规则缓存测试
* @author DaleLee
* @since 2.13.0
*/
public class RuleCacheTest extends BaseTest {

View File

@@ -31,7 +31,6 @@ import java.util.concurrent.Future;
/**
* Solon环境下规则缓存测试
* @author DaleLee
* @since 2.13.0
*/
@SolonTest
@Import(profiles="classpath:/ruleCache/application.properties")

View File

@@ -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)

View File

@@ -32,7 +32,6 @@ import java.util.concurrent.Future;
/**
* Spring环境下规则缓存测试
* @author DaleLee
* @since 2.13.0
*/
@ExtendWith(SpringExtension.class)
@ContextConfiguration("classpath:/ruleCache/application.xml")