This commit is contained in:
2024-09-10 11:38:03 +08:00
parent c625871221
commit f7cba07e1a
+6 -3
View File
@@ -7,17 +7,20 @@ import org.springframework.boot.test.context.SpringBootTest;
import com.cym.CdnWebUI;
import com.cym.utils.JpaHelper;
import cn.hutool.crypto.SecureUtil;
@SpringBootTest(classes = CdnWebUI.class, webEnvironment = SpringBootTest.WebEnvironment.RANDOM_PORT)
public class MainTest {
@Autowired
JpaHelper jpaHelper;
@Test
public void test() throws Exception {
}
public static void main(String[] args) {
}
}