Possible root causes include a too low setting for -Xss and illegal cyclic inheritance dependencies. The class hierarchy being processed was [org.bouncycastle.asn1.ASN1EncodableVector->org.bouncycastle.asn1.DEREncodableVector->org.bouncycastle.asn1.ASN1EncodableVector]
原因
bouncycastle的jar包冲突
解决方法
解决方案一
解决方案二
自己将冲突的jar包排除
eclipse
直接使用pom排除冲突的jar
idea
删除其中冲突的jar