更新 md 文件
This commit is contained in:
parent
f4eea66de8
commit
1b08959576
@ -4,6 +4,7 @@
|
||||
|
||||
### 相关文档:
|
||||
|
||||
- [Spring Boot 2.4 示例创建 POM 文件](https://www.ossez.com/t/spring-boot-2-4-pom/1089)
|
||||
- [Spring Boot 2.4 第一个示例程序添加 Classpath 依赖](https://www.ossez.com/t/spring-boot-2-4-classpath/1098)
|
||||
- [Spring Boot 2.4 第一个示例程序书写代码](https://www.ossez.com/t/spring-boot-2-4/1099)
|
||||
- [Spring Boot 第一个示例创建 POM 文件](https://www.ossez.com/t/spring-boot-2-4-pom/1089)
|
||||
- [Spring Boot 第一个示例程序添加 Classpath 依赖](https://www.ossez.com/t/spring-boot-2-4-classpath/1098)
|
||||
- [Spring Boot 第一个示例程序书写代码](https://www.ossez.com/t/spring-boot-2-4/1099)
|
||||
- [Spring Boot 第一个示例的 @RestController 和 @RequestMapping 注解](https://www.ossez.com/t/spring-boot-restcontroller-requestmapping/1100)
|
||||
|
@ -1,5 +1,6 @@
|
||||
import org.springframework.boot.*;
|
||||
import org.springframework.boot.autoconfigure.*;
|
||||
import org.springframework.stereotype.Controller;
|
||||
import org.springframework.web.bind.annotation.*;
|
||||
|
||||
@RestController
|
||||
|
Loading…
x
Reference in New Issue
Block a user