springboot2调用axis报错

springboot调用引用axis调用webservice时,出错如下:

Handler dispatch failed; nested exception is java.lang.ExceptionInInitializerError

Handler dispatch failed; nested exception is java.lang.NoClassDefFoundError: Could not initialize class org.apache.axis.client.AxisClient

这个问题研究了两天,最后发现 commons-logging是包多加载了

springboot2调用axis报错

删除就可以了

https://www.cnblogs.com/XM-CHC/p/8920454.html

这里也有相关的报错,只不过 commons-logging加载的位置不一样。切记不要重复加载就可以了!