File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed
spring-boot-docs/src/main/asciidoc Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -566,10 +566,9 @@ that any HTTP request with the path "`/`" should be mapped to the `home` method.
566566`@RestController` annotation tells Spring to render the resulting string directly
567567back to the caller.
568568
569- TIP: The `@RestController` and `@RequestMapping` annotations are Spring MVC
570- annotations (they are not specific to Spring Boot). See the
571- <{spring-reference}/#mvc>[MVC section] in the Spring
572- Reference Documentation for more details.
569+ TIP: The `@RestController` and `@RequestMapping` annotations are Spring MVC annotations
570+ (they are not specific to Spring Boot). See the {spring-reference}#mvc[MVC section] in
571+ the Spring Reference Documentation for more details.
573572
574573
575574
You can’t perform that action at this time.
0 commit comments