情况是这样的,我自己在练习写一个SpringBoot的项目,开始用的Swagger是2.7.0版本的,一切正常,后面想转用3.0.0版本,pom.xml中导入依赖
<dependency>
<groupId>io.springfoxgroupId>
<artifactId>springfox-boot-starterartifactId>
<version>3.0.0version>
dependency>
然后就一直下载不了提示错误
Cannot resolve Failure to transfer io.springfox:springfox-boot-starter
后面去本地的maven仓库把错误的包删掉,重新下载依旧是报这个错误,想请问一下这个情况是哪里出错的