Initial commit

This commit is contained in:
xiongxiaoyang
2022-05-11 13:15:09 +08:00
commit e948e422b0
15 changed files with 1030 additions and 0 deletions

View File

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