mirror of
https://github.com/201206030/novel.git
synced 2025-07-17 01:36:37 +00:00
Initial commit
This commit is contained in:
@ -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() {
|
||||
}
|
||||
|
||||
}
|
Reference in New Issue
Block a user