We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
需要开启或者在配置文件中配置SpringMVC 能够进行http请求的访问
@EnableWebMvc @Configuration
Swagger-more 1.0.0 ~ 1.0.1-SNAPSHOT 中自定义Controller 接收请求的时候直接按类名获取bean 1.0.2-SNAPSHOT后改为扩展mvc的方式来实现调用