Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想知道 org.springframework.web.bind.annotation.RequestMapping 中“value”属性的用途是什么。例如 :
@RequestMapping(value="/person/count")
这就是调用该方法需要调用的 url - 它是实际的请求映射。