No enum constant org.springframework.web.bind.annotation.RequestMethod.get

@ApiOperation(value = "说明", httpMethod = "get", notes = "信息")

ApiOperation.httpMethod.get改成httpMethod.GET即可

你可能感兴趣的:(spring,java)