This commit is contained in:
Jesse-Ma
2022-11-22 13:05:47 +08:00
committed by GitHub
parent 94d4744202
commit 0d9b481d81
15 changed files with 673 additions and 0 deletions

View File

@@ -0,0 +1,13 @@
package com.flagnote.note;
import org.junit.jupiter.api.Test;
import org.springframework.boot.test.context.SpringBootTest;
@SpringBootTest
class NoteApplicationTests {
@Test
void contextLoads() {
}
}