架构师之webservice -endpoiont没法单独启动webservice

1.前言。 如题。 2。解决方法 maven直接加上下句便可。 <dependency> <groupId>org.apache.cxf</groupId> <artifactId>cxf-rt-transports-http-jetty</artifactId> <version>3.0.3</version> </dependency>
相关文章
相关标签/搜索