클래스설계서 기반 템플릿 클래스 생성

This commit is contained in:
KNKIM 2021-07-01 10:56:01 +09:00
parent 24b264c9aa
commit f737cc7905

View File

@ -3,6 +3,7 @@ package nlib.info.web;
import javax.servlet.http.HttpServletRequest; import javax.servlet.http.HttpServletRequest;
import org.springframework.stereotype.Controller;
import org.springframework.ui.ModelMap; import org.springframework.ui.ModelMap;
import nlib.info.service.InformService; import nlib.info.service.InformService;
@ -24,6 +25,7 @@ import nlib.info.service.InformService;
* *
* </pre> * </pre>
*/ */
@Controller
public class InformController public class InformController
{ {
private InformService informService; private InformService informService;