Skip to content

Commit f71e5b6

Browse files
authored
Update SpringMVC_RequestMapping注解之注解位置.md
1 parent 437cb5b commit f71e5b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

SpringMVC/SpringMVC_RequestMapping注解之注解位置.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@
8181
import org.springframework.stereotype.Controller;
8282
import org.springframework.web.bind.annotation.RequestMapping;
8383

84-
@Controller
84+
@Controller//控制层
8585
@RequestMapping("/student")//默认是value属性
8686
public class StudentController {
8787
/**

0 commit comments

Comments
 (0)