Class SampleMybatisContoller


  • @Controller
    @RestController
    @RequestMapping("/arms/sample/mybatis")
    public class SampleMybatisContoller
    extends java.lang.Object
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      org.springframework.web.servlet.ModelAndView getList()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • SampleMybatisContoller

        public SampleMybatisContoller()
    • Method Detail

      • getList

        @ResponseBody
        @GetMapping("/getList")
        public org.springframework.web.servlet.ModelAndView getList()
                                                             throws java.lang.Exception
        Throws:
        java.lang.Exception