在 swagger 项目里,spring 容器里 requestMapping 会比工程多出来几个 api , 有点好奇,是不是所有的 swagger 工程都会多出来这么几个 api, 还有 /error 是不是 spring 工程自带的一个报错接口
1 | String[] except = new String[]{"/error", "/configuration/security", "/swagger-resources", "/configuration/ui", "/v2/api-docs"}; |