1. 用 HashMap 模拟了数据库,并初始化了 5 条数据.
2. 将项目打包部署在 tomcat 中,
http://localhost:8080/cxf_restful_demo/userServices/searchUser/001 查询具体的用户信息
http://localhost:8080/cxf_restful_demo/userServices/getUsers/startdate/2014-12-31/enddate/2015-12-12 查询所有的用户信息
3. UserServiceTestClient class 实现了客户端的 CRUD 操作.