mirror of
https://github.com/suhf/No1WMS.git
synced 2026-02-04 19:54:00 +09:00
메인페이지 달력 작업
This commit is contained in:
@@ -21,10 +21,15 @@ public class BaseController {
|
||||
|
||||
mav.addObject("userData", request.getSession().getAttribute("userData"));
|
||||
|
||||
mav.setViewName("base/hello");
|
||||
mav.setViewName("base/main");
|
||||
|
||||
return mav;
|
||||
}
|
||||
|
||||
@GetMapping("/main")
|
||||
public String mainPage() {
|
||||
return "base/main";
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user