javaEEday05-请求响应-请求-简单参数

This commit is contained in:
2026-05-12 14:35:21 +08:00
parent e86256959b
commit f26babc445
8 changed files with 150 additions and 1 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 SpringbootWebReqRespApplicationTests {
@Test
void contextLoads() {
}
}