WebService之SSM入门

Posted 文刀水告

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了WebService之SSM入门相关的知识,希望对你有一定的参考价值。

 1、maven配置

<!--cxf-->

<!-- https://mvnrepository.com/artifact/org.apache.cxf/cxf-rt-frontend-jaxws -->

<dependency>

<groupId>org.apache.cxf</groupId>

<artifactId>cxf-rt-frontend-jaxws</artifactId>

<version>3.1.6</version>

</dependency>

<!-- https://mvnrepository.com/artifact/org.apache.cxf/cxf-core -->

<dependency>

<groupId>org.apache.cxf</groupId>

<artifactId>cxf-core</artifactId>

<version>3.1.6</version>

</dependency>

<!-- https://mvnrepository.com/artifact/org.apache.cxf/cxf-rt-transports-http -->

<dependency>

<groupId>org.apache.cxf</groupId>

<artifactId>cxf-rt-transports-http</artifactId>

<version>3.1.6</version>

</dependency>

以上是关于WebService之SSM入门的主要内容,如果未能解决你的问题,请参考以下文章

WebService 之 SoapHeader

如何在调用webserver的时候直接返回一个json的数据

手把手教你SSM框架开发WebService服务

手把手教你SSM框架开发WebService服务

小白入门之 Springboot整合SSM

SSM项目中整合WebService