This commit is contained in:
六如
2024-09-12 21:52:54 +08:00
parent cccafde158
commit 95072a02f6
24 changed files with 442 additions and 182 deletions

View File

@@ -1,17 +0,0 @@
package com.gitee.sop.storyweb;
import org.junit.Test;
import org.junit.runner.RunWith;
import org.springframework.boot.test.context.SpringBootTest;
import org.springframework.test.context.junit4.SpringRunner;
@RunWith(SpringRunner.class)
@SpringBootTest
public class SopStoryApplicationTests {
@Test
public void contextLoads() {
}
}