Caused by: java.lang.IllegalStateException: Unable to complete the scan for annotations for web application [/mp-task] 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.ASN1Boolean->org.bouncycastle.asn1.DERBoolean->org.bouncycastle.asn1.ASN1Boolean]
at org.apache.catalina.startup.ContextConfig.checkHandlesTypes(ContextConfig.java:2100)
解决办法:
tomcat容器的conf目录。修改catalina.properties配置文件
在配置后面增加bcprov-*.jar
项目可正常启动