@frameworkendpoint 的作用

路径:org.springframework.security.oauth2.provider.endpoint

@Controller的同义词,但仅用于框架提供的端点(因此它永远不会与用@Controller定义的用户自己的端点冲突)。

与@RequestMapping和所有其他@Controller功能一起使用(and match with a FrameworkEndpointHandlerMapping in the servlet context)

posted @ 2020-02-08 10:12  panchanggui  阅读(4800)  评论(0编辑  收藏  举报