SpringBoot整合cxf發佈webService

1. 看看項目結構圖 2. cxf的pom依賴 1 <dependency> 2 <groupId>org.apache.cxf</groupId> 3 <artifactId>cxf-spring-boot-starter-jaxws</artifactId> 4 <version>3.2.4</version> 5 </dependency> 3. 開始編寫webService服務端 3.1
相關文章
相關標籤/搜索