Skip to content

Commit b77b82f

Browse files
committed
springboot-hello init
1 parent 0e3a021 commit b77b82f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

springboot-hello/src/main/java/cn/tellsea/web/HelloController.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
@Controller
88
public class HelloController {
99

10-
@RequestMapping("/hello")
10+
@RequestMapping("")
1111
@ResponseBody
1212
public String hello() {
1313
return "Hello SpringBoot!";

0 commit comments

Comments
 (0)