Skip to content

Commit a7cd33c

Browse files
committed
删除idea自动生成无用代码并更新版本
1 parent 1726d45 commit a7cd33c

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

Spring-Boot-Mail/src/test/java/com/example/mail/SpringBootMailApplicationTests.java

+1-4
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,8 @@
11
package com.example.mail;
22

3-
import org.junit.Test;
4-
import org.junit.runner.RunWith;
3+
import org.junit.jupiter.api.Test;
54
import org.springframework.boot.test.context.SpringBootTest;
6-
import org.springframework.test.context.junit4.SpringRunner;
75

8-
@RunWith(SpringRunner.class)
96
@SpringBootTest
107
public class SpringBootMailApplicationTests {
118

0 commit comments

Comments
 (0)