This commit is contained in:
2023-09-27 00:03:17 +08:00
commit 1005261156
9 changed files with 680 additions and 0 deletions

View File

@@ -0,0 +1,13 @@
package top.fatweb.api
import org.junit.jupiter.api.Test
import org.springframework.boot.test.context.SpringBootTest
@SpringBootTest
class FatwebApiApplicationTests {
@Test
fun contextLoads() {
}
}