Exception in thread “main” org.apache.cxf.service.factory.ServiceConstructionException
at org.apache.cxf.jaxrs.JAXRSServerFactoryBean.create(JAXRSServerFactoryBean.java:221)
at com.link.We.main(We.java:28)
Caused by: org.apache.cxf.BusException: No DestinationFactory was found for the namespace http://cxf.apache.org/transports/http.
at org.apache.cxf.bus.managers.DestinationFactoryManagerImpl.getDestinationFactory(DestinationFactoryManagerImpl.java:124)
at org.apache.cxf.endpoint.ServerImpl.initDestination(ServerImpl.java:81)
at org.apache.cxf.endpoint.ServerImpl.(ServerImpl.java:64)
at org.apache.cxf.jaxrs.JAXRSServerFactoryBean.create(JAXRSServerFactoryBean.java:173)
… 1 more
Exception in thread “main” org.apache.cxf.service.factory.ServiceConstructionException
最新推荐文章于 2022-03-17 16:39:12 发布