Springboot整合cxf-ws发布webservice和restful接口

Springboot整合cxf-ws

一、SOAP接口开发

1、发布webservice接口

1.1、依赖

1.2、编写接口和实现类

1.3、配置类

1.4、测试

2、 调用webservice接口

2.1、解析地址

2.2、使用hutool工具调用

2.3、解析xml

二、 Restful接口开发

1、发布restful接口

你可能感兴趣的:(Java开发从零开始,cxf,webservice,restful)