Springboot整合Swagger2时遇到的错误!!
试遍全网都还再爆这个错,最后发现是因为Springboot版本太高导致的
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>2.2.4</version>
<relativePath/> <!-- lookup parent from repository -->
</parent>
另外如果这个每解决,应该就是guara的问题了,网上太多了,自己找吧