1
0
mirror of https://gitee.com/incloudcode/yexuejc-springboot.git synced 2025-10-15 22:41:21 +08:00

2.1.3[原功能的最后一个版本]

This commit is contained in:
2023-09-19 11:26:17 +08:00
parent b8cba48792
commit 15498dafcc
18 changed files with 183 additions and 209 deletions

View File

@@ -1,11 +1,8 @@
package top.yexuejc.springboot.simple;
import org.junit.Test;
import org.junit.runner.RunWith;
import org.junit.jupiter.api.Test;
import org.springframework.boot.test.context.SpringBootTest;
import org.springframework.test.context.junit4.SpringRunner;
@RunWith(SpringRunner.class)
@SpringBootTest
public class YexuejcSpringbootSimpleApplicationTests {