@frameworkendpoint 的作用

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

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

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

原文地址:https://www.cnblogs.com/panchanggui/p/12275590.html