This commit is contained in:
2023-12-19 10:39:53 +08:00
commit 1450189ea3
9 changed files with 175 additions and 0 deletions

View File

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