kiosk 개발시작

This commit is contained in:
pjs
2026-01-16 00:58:09 +09:00
parent 521aa41a18
commit 077a0767d0
3 changed files with 554 additions and 324 deletions

View File

@@ -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");