第一个springboot项目

This commit is contained in:
2025-09-15 16:27:56 +08:00
parent e2d25a80de
commit a5c94122fb
6 changed files with 127 additions and 0 deletions

View File

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