xml생성2 [java] java로 xml 다운로드 @RequestMapping(value="/convertToXml.do", produces="application/x-msdownload;charset=utf-8") public void signInsertToXml(@ModelAttribute("searchVO") ReservationReportVO vo, HttpServletRequest request, HttpServletResponse response) throws Exception { logger.info("CALL //convertToXml.do"); //xml생성 // 현재 시간 String currentTime = DateUtil.getCurrentDateTime(); //String xmlNm = "_sign_".concat(cu.. 2024. 7. 1. [java] xml 생성 public String signInsertToXml(@ModelAttribute("searchVO") UserVO vo,Model model, HttpServletRequest request) throws Exception { logger.info("CALL /signInsertToXml.do"); //xml생성 String base64Code = ""; // 현재 시간 String currentTime = DateUtil.getCurrentDateTime(); String signKeyNm=""; String xmlNm = "_sign_".concat(currentTime); //XML 파일 경로 String SRC = ""; //firstPdf + 이미지 합쳐진 최종 pdf파일 .. 2024. 6. 19. 이전 1 다음 728x90