最近在写spring boot的时候发生一个挺让人无语的问题,在引入lombok的时候maven报错了,报错信息类似下面:
Cannot resolve org.springframework.boot:spring-boot-starter-data-elasticsearch:pom:2.7.3 failed to transfer from http://maven.aliyun.com/nexus/content/groups/public during a previous attempt. This failure was cached in the local repository and resolution is not reattempted until the update interval of nexus-aliyun has elapsed or updates are forced. Original error: Could not transfer artifact org.springframework.boot:spring-boot-starter-data-elasticsearch:pom:2.7.3 from/to nexus-aliyun (http://maven.aliyun.com/nexus/content/groups/public): transfer failed for http://maven.aliyun.com/nexus/content/groups/public/org/springframework/boot/spring-boot-starter-data-elasticsearch/2.7.3/spring-boot-starter-data-elasticsearch-2.7.3.pom
之前没有遇到过这种情况,可能当天阿里云抽了点风吧。(今天已经恢复正常了,可以正常引入lombok)
我的解决方案是:
退到1.18.20(退了两个版本)
直接在Java代码里面写import lombok.Data
,IDEA也有一定的概率直接引入可用的版本