优化代码
This commit is contained in:
parent
e1c73f2584
commit
1e374d22f0
|
|
@ -1,15 +1,12 @@
|
||||||
import com.electromagnetic.industry.software.manage.Application;
|
import com.electromagnetic.industry.software.manage.Application;
|
||||||
import org.junit.jupiter.api.Test;
|
|
||||||
import org.springframework.boot.test.context.SpringBootTest;
|
import org.springframework.boot.test.context.SpringBootTest;
|
||||||
|
|
||||||
import java.net.MalformedURLException;
|
|
||||||
|
|
||||||
@SpringBootTest(classes = Application.class)
|
@SpringBootTest(classes = Application.class)
|
||||||
public class Test1 {
|
public class Test1 {
|
||||||
|
|
||||||
@Test
|
// @Test
|
||||||
public void test() throws MalformedURLException {
|
// public void test() throws MalformedURLException {
|
||||||
|
//
|
||||||
}
|
// }
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue