初始化项目

This commit is contained in:
fangshunjian
2024-06-21 11:00:58 +08:00
commit 0f9fff2f41
58 changed files with 4445 additions and 0 deletions

View File

@@ -0,0 +1,13 @@
package net.geedge.asw;
import org.junit.jupiter.api.Test;
import org.springframework.boot.test.context.SpringBootTest;
@SpringBootTest
class AppSketchWorksApplicationTests {
@Test
void contextLoads() {
}
}