标签:
1.建立maven webapp工程aty-rest。
2. 在pom文件增加spring框架、jax-rs接口、CXF实现
3.编写rest接口和实现类
4.web.xml中启动sping和cxf
4.配置cxf-spring.xml,并在spring.xml中将其包含进去
5.用maven打包,将war部署到tomcat下。
一切正常即可通过http://127.0.0.1:8080/aty-rest/rest/greet/welcome访问我们发布的rest服务。
标签:
原文地址:http://www.cnblogs.com/qiumingcheng/p/5855346.html