标签:
陋习列表开发步骤:
1.编写JavaBean:Crime
2.编写REST Controller,网址:/crime,请求:GET,返回:JSON数组
3.映入mongo驱动,编写Repository(DAO),读取mongo crime collection的所有数据并返回一个List<Crime>
4.修改REST Controller,调用Repository
整合开发第一天
原文地址:http://www.cnblogs.com/zhmnda/p/4873476.html