解决办法:
在 tomcat 的 conf/
文件中排除对上述jar包的扫描,即:在 conf/
文件中 末尾增加:
bcpkix-*.jar,bcprov-*.jar,fr-*.jar
如果感觉 tomcat 启动慢,那是因为要扫描jar里的servlet3.0注解,可以在conf/
文件中末尾增加不需要扫描的jar来提速,如:
spring-amqp-*.jar,\
spring-aop-*.jar,\
spring-aspects-*.jar,\
spring-beans-*.jar,\
记录一下问题,完成解决。