```xml
<dependency>
  <groupId>org.noear</groupId>
  <artifactId>solon-web-webservices-jakarta</artifactId>
</dependency>
```


### 1、描述

此插件基于 apache.cxf 适配，提供方便的 webservices 体验支持。内部有 java spi，所以：

* 不能使用打包【方式1】（或者，添加合并 spi 的辅助配置）；
* 需要使用打包【方式2】或【方式3】（依赖包的 jar 会保留）。

示例源码详见：

* [demo3082-wsdl_solon](https://gitee.com/noear/solon-examples/tree/main/3.Solon-Web/demo3082-wsdl_solon)


### 2、使用说明

与 solon-web-webservices 一样。需要 java17 +（基于 jakarta 接口适配）