Class PatchnoteController

    • Constructor Detail

      • PatchnoteController

        public PatchnoteController()
    • Method Detail

      • initialize

        @PostConstruct
        public void initialize()
      • getPatchnoteList

        @ResponseBody
        @GetMapping("/getPatchnoteList.do")
        public org.springframework.web.servlet.ModelAndView getPatchnoteList​(PatchnoteDTO patchnoteDTO,
                                                                             @RequestParam(defaultValue="1")
                                                                             int pageIndex,
                                                                             @RequestParam(defaultValue="3")
                                                                             int pageUnit)
                                                                      throws java.lang.Exception
        Throws:
        java.lang.Exception