优化代码

This commit is contained in:
chenxudong 2025-05-26 15:20:42 +08:00
parent e1c73f2584
commit 1e374d22f0
1 changed files with 4 additions and 7 deletions

View File

@ -1,15 +1,12 @@
import com.electromagnetic.industry.software.manage.Application;
import org.junit.jupiter.api.Test;
import org.springframework.boot.test.context.SpringBootTest;
import java.net.MalformedURLException;
@SpringBootTest(classes = Application.class)
public class Test1 {
@Test
public void test() throws MalformedURLException {
}
// @Test
// public void test() throws MalformedURLException {
//
// }
}