클래스설계서 기반 템플릿 클래스 생성
This commit is contained in:
parent
24b264c9aa
commit
f737cc7905
@ -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;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user