项目初始化

This commit is contained in:
2025-08-23 13:27:32 +08:00
commit c555beca58
16 changed files with 1181 additions and 0 deletions

View File

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