之前是好的,后来项目启动,莫名其妙出现这个问题。
猜测肯定是包的版本问题。
升级了cloudalibaba和boot-dependencies,发现还是没用。
后面查找文章,说是这个版本低了。
<dependency> <groupId>org.apache.httpcomponents</groupId> <artifactId>httpcore</artifactId> <version>4.3.3</version> </dependency>
后面我升级到4.4.12版本,就可以了。
标签:lang,java,Openfeign,NoClassDefFoundError,org,apache,SSLContexts From: https://www.cnblogs.com/zkj1204/p/17094817.html