Home org.bouncycastle.asn1.ASN1EncodableVector解决
Post
Cancel

org.bouncycastle.asn1.ASN1EncodableVector解决

后面看到的错误信息 org.bouncycastle.asn1.ASN1EncodableVector 是出在这个类上, 这是因为tomcat启动会去扫描jar,这个类是出现在bcprov.jar这个包。所以在tomcatconf目录里面catalina.properties的文件中 在tomcat.util.scan.StandardJarScanFilter.jarsToSkip=里面加上bcprov.jar过滤启动不会报错了

weixin.png

公众号名称:怪味Coding
微信扫码关注或搜索公众号名称
This post is licensed under CC BY 4.0 by the author.