首页>代码>spring+spring mvc+mybatis+mongodb+ActiveMQ+CXF整合小项目>/springmvc/src/main/java/com/manager/controller/MongodbController.java
package com.manager.controller; import com.manager.entity.person.Person; import com.manager.service.mong.MongodbService; import org.slf4j.Logger; import org.slf4j.LoggerFactory; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.stereotype.Controller; import org.springframework.web.bind.annotation.RequestMapping; import org.springframework.web.bind.annotation.RequestMethod; import org.springframework.web.bind.annotation.ResponseBody; import java.util.List; /** * Created by static on 2017/3/31. */ @Controller @RequestMapping("/mongodb") public class MongodbController { private static final Logger logger = LoggerFactory.getLogger(MongodbController.class); @Autowired private MongodbService mongService; @RequestMapping(value = "/createPerson", method = RequestMethod.POST) public String createPerson(Person person){ try{ mongService.createPerson(person); }catch (Exception ex){ logger.error("Exception",ex); } return "person"; } @RequestMapping(value = "/queryPerson", method = RequestMethod.GET) @ResponseBody public List<Person> queryPerson(){ try{ return mongService.queryPerson(); }catch (Exception ex){ logger.error("Exception",ex); } return null; } }
最近下载更多
微信网友_7134912998903808 LV9
9月11日
xsxtxbb LV8
2021年3月10日
xop9622 LV8
2020年8月6日
simple丶余心 LV21
2020年7月23日
lwp011 LV27
2020年7月6日
wx112601 LV1
2020年3月12日
我考的骄傲 LV10
2020年2月10日
safari09 LV2
2020年1月7日
admin123456686 LV10
2019年12月11日
jyq123 LV1
2019年10月10日
最近浏览更多
微信网友_7134912998903808 LV9
9月13日
1748938504 LV2
2023年6月30日
海棠花瘦 LV9
2023年6月12日
tonghao LV18
2023年5月25日
liangge2115 LV27
2023年4月16日
代码太难了 LV11
2023年3月2日
安东尼online LV11
2023年2月15日
1481917707 LV4
2023年1月1日
tuotuo12581
2022年12月16日
暂无贡献等级
微信网友_6263159342649344 LV7
2022年12月15日