idea maven的offline work模式导致下载不了依赖
不知道啥时候手欠点了这个按钮,使这个springboot项目变成了离线模式,今天换依赖的时候下载不下来包,使用maven compile,
提示:
Cannot access alimaven (http://maven.aliyun.com/nexus/content/groups/public/) in offline mode and the artifact org.springframework.boot:spring-boot-starter-parent:pom:2.3.0.RELEASE has not been downloaded from it before.
即离线模式下不能下载依赖,相当于这个项目的maven没联网,再点击一下这个按钮,取消离线模式问题解决。难受,
马飞,搜了好多帖子才找到原因。