这篇文章上次修改于 2214 天前,可能其部分内容已经发生变化,如有疑问可询问作者。 ### 今天碰到个错误 “The POM for … is missing, no dependency information available” even though it exists in Maven Repository ,这个只是找不到pom,关键连jar包依赖都找不到,关键是这个jar包 ```XML io.springfox springfox-swagger2 ${swagger.version} ``` ### maven获取依赖得时候,优先读取本地,本地没有读远程,原因是没有指定公司得私有远程仓库 ```xml snapshots snapshots http://nexus.xxx.com:8081/nexus/content/repositories/snapshots/ ```
没有评论