Maven的項(xiàng)目,首先當(dāng)然是添加依賴(lài)了,除了原先Spring boot的依賴(lài)之外,還需要添加cxf依賴(lài): 1 2 3 4 5 6 7 8 9 10 <dependency> <groupId>org.apache.cxf</groupId> <artifactId>cxf-rt-frontend-jaxws</artifactId> <version>3.1.6</version> </dependency> <dependency> <groupId>org.apache.cxf</group...
www.dbjr.com.cn/article/1127...htm 2025-5-16