kiosk 개발시작
This commit is contained in:
@@ -5,6 +5,7 @@ import java.util.HashMap;
|
||||
import org.springframework.beans.factory.annotation.Autowired;
|
||||
import org.springframework.web.bind.annotation.GetMapping;
|
||||
import org.springframework.web.bind.annotation.PostMapping;
|
||||
import org.springframework.web.bind.annotation.RequestMapping;
|
||||
import org.springframework.web.bind.annotation.RestController;
|
||||
import org.springframework.web.servlet.ModelAndView;
|
||||
|
||||
@@ -34,7 +35,7 @@ public class KioskController extends ManagerDraftAction {
|
||||
/**
|
||||
* 키오스크 메인화면 화면으로 이동.
|
||||
*/
|
||||
@GetMapping("/kiosk/MainIntro.do")
|
||||
@RequestMapping("/kiosk")
|
||||
public ModelAndView selectMainIntro(HttpServletRequest request, HttpServletResponse response) {
|
||||
log.debug("KioskController selectMainIntro START");
|
||||
log.debug("KioskController selectMainIntro END");
|
||||
|
||||
Reference in New Issue
Block a user