使用maven管理项目,dao、service等分开管理搭建了私服和镜像,地址http://192.168.1.100:8081/nexus/content/groups/public,详见settings.xml项目使用SpringMvc,数据库为MySql,测试库为springmvc_test,生产库为springmvc,ORM采用Hibernate打成war包后,输入http://localhost:8080/helloworld/user/users,能显示生产库的内容,即为ok本项目仅仅是示例,供学习使用打包时候,运行cleanpackage-DskipTests,否则报错,测试用例在eclipse中运行没问题,在打包时运行缺少jar包