springboot集成swgger2出现No enum constant org.springframework.web.bind.annotation.RequestMethod.Post错误解决
错误如下:错误原因:httpMethod中POST写成了Post@ApiOperation(value="新建人脸库",notes="新建人脸库",httpMethod="Post")这里最简单的办法就是改过来喽!参考链接:https://blog.csdn.net/qq_35623773/article/details/84898578