其实这个问题是因为没引cxf-http的包导致的,在网上查了半天也没人给出个解决方案。
下面给出maven需要引cxf
<dependency> <groupId>org.apache.cxf</groupId> <artifactId>cxf-rt-frontend-jaxws</artifactId> <version>2.7.14</version> </dependency> <dependency> <groupId>org.apache.cxf</groupId> <artifactId>cxf-rt-transports-http</artifactId> <version>2.7.14</version> </dependency>