first commit

This commit is contained in:
zeaslity
2022-11-21 16:12:44 +08:00
commit 9ab310bc4a
246 changed files with 24402 additions and 0 deletions

View File

@@ -0,0 +1,13 @@
package io.wdd.server;
import org.junit.jupiter.api.Test;
import org.springframework.boot.test.context.SpringBootTest;
@SpringBootTest
class ServerApplicationTests {
@Test
void contextLoads() {
}
}