SpringBoot+WebService

报错:java.lang.NoClassDefFoundError: org/apache/axis/client/Service或者java.lang.NoClassDefFoundError: javax/xml/rpc/Service

解决:

<!-- https://mvnrepository.com/artifact/axis/axis -->
<dependency>
<groupId>axis</groupId>
<artifactId>axis</artifactId>
<version>1.4</version>
</dependency>
posted @ 2019-09-03 20:26  袋子里的袋鼠  阅读(296)  评论(0编辑  收藏  举报