This commit is contained in:
dute7liang
2024-01-13 20:08:07 +08:00
parent 69a72b9e89
commit 7a6f9eecd3
9 changed files with 66 additions and 7 deletions

View File

@@ -0,0 +1,13 @@
package com.ruoyi.test;
import org.springframework.boot.test.context.SpringBootTest;
/**
* 带参数单元测试案例
*
* @author Lion Li
*/
@SpringBootTest
public class CaiUnitTest {
}