Workday/Servlet JSP 썸네일형 리스트형 Settings 1. Project 선택 (1) project facets -> 1.8 변경 2 . pom.xml 수정 (1) version 수정 1.8 4.1.7.RELEASE 1.6.10 1.6.6 (2) junit 변경 junit junit 4.1.2 test (3) MyBatis org.mybatis mybatis 3.2.8 org.mybatis mybatis-spring 1.2.2 org.springframework spring-jdbc ${org.springframework-version} org.springframework spring-test ${org.springframework-version} (4) JSON com.fasterxml.jackson.core jackson-databind 2.5.4 (5.. 더보기 HelloServlet package com.acrm.common; import java.io.IOException; import javax.annotation.PostConstruct; import javax.annotation.PreDestroy; import javax.servlet.ServletException; import javax.servlet.annotation.WebInitParam; import javax.servlet.annotation.WebServlet; import javax.servlet.http.HttpServlet; import javax.servlet.http.HttpServletRequest; import javax.servlet.http.HttpServletResponse; /** * Ser.. 더보기 이전 1 다음