org.apache.cxf 官方骨架

mvn archetype:generate -DarchetypeCatalog=remote

用 cxf 筛选结果

官方三大项目骨架

  1. org.apache.cxf:cxf-http-basic (-)
  2. org.apache.cxf.archetype:cxf-jaxrs-service (Simple CXF JAX-RS webapp service using Spring configuration)
  3. org.apache.cxf.archetype:cxf-jaxws-javafirst (Creates a project for developing a Web service starting from Java code)
原文地址:https://www.cnblogs.com/zno2/p/4686196.html