Java5 [Spring Boot] java & ajax 사용 방법 @Controller @SuppressWarnings("unchecked") @RequestMapping(value = "Test.do") public void Test(HttpServletRequest request, HttpServletResponse response) throws Exception { ParamsMap param = new ParamsMap(request); String sJsonData = ""; List resultList = new ArrayList(); try{ // 목록 조회 Service.Test(param); resultList = (List) param.get("result"); for(int i=0; i 2022. 3. 24. 이전 1 2 다음