0
我無法使用apache cxf項目運行spring-boot。 我與春天啓動1.5.3 & 1.4.4試圖與CXF版本一起3.1.10/3.1.11Springboot jaxws(cxf)問題
我的條目:
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>1.4.4.RELEASE</version>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-web</artifactId>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-devtools</artifactId>
</dependency>
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-frontend-jaxws</artifactId>
<version>3.1.11</version>
</dependency>
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-transports-http</artifactId>
<version>3.1.11</version>
</dependency>
請幫助我。
什麼是錯誤您收到? –
無法找到符號 [錯誤]符號:當我使用1.5.4時,類ServletRegistrationBean在我使用1.4.4時無法加載擴展類AssertionBuilderRegistryImpl – Raheem