Caused by: java.lang.IllegalStateException: Unable to complete the scan for annotations for web application [] due to a StackOverflowError. 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]
主要是org.bouncycastle依赖的版本不一致导致的
mvn dependency:tree -Dverbose -Dincludes=org.bouncycastle 查看它的依赖将多余的给忽略掉
org.bouncycastle
bcprov-jdk15on
欢迎分享,转载请注明来源:内存溢出
评论列表(0条)