[spring boot]template might not exist or might not be accessible by any of the configured Template Resolvers 해결방법
ModelAndView mv = new ModelAndView();
mv.setViewName("/test?uid=test11");
mv.setViewName("test?uid=test11");
serViewName에 다른 view로 옴길때 , "/" 빼고 시작해야 한다.
'server' 카테고리의 다른 글
[spring boot]아임포트 본인인증 rsp.imp_uid받는방법 (0) | 2021.02.15 |
---|---|
[web]아임포트 본인인증 전화번호(phone), 통신사(carrier) 나오지 않는 이슈 해결방법 (0) | 2021.02.15 |
[sql] time 9시간 이전으로 등록되는 이슈 해결방법 (0) | 2020.11.06 |
[sql]not null and not "" check 하는방법 (0) | 2020.09.09 |
[sql]column null check 방법 (0) | 2020.07.22 |