cannot access org.apache.http.annotation.Immutable

现象:
[ERROR] diagnostic: error: cannot access org.apache.http.annotation.Immutable
class file for org.apache.http.annotation.Immutable not found

分析:
预计是兼容性问题
具体见:https://github.com/spring-projects/spring-boot/issues/6662

处理:

org.apache.httpcomponents
httpclient


org.apache.httpcomponents
httpcore




org.apache.httpcomponents
httpcore
4.4.4

你可能感兴趣的:(java,exception)