seorinha / Mountain

0 stars 0 forks source link

레이아웃 생성, 홈화면 마크업 #2

Open seorinha opened 8 months ago

seorinha commented 8 months ago

~17일 금

package구성 home

user

info

review

diary

like

comment

bookmark


https://ovenapp.io/view/b6QhsMTuCZhICPk0sEtsQlAZk7IUnoM3/

seorinha commented 8 months ago

레이아웃 생성 중 500에러 발생 There was an unexpected error (type=Internal Server Error, status=500). JSP file [/WEB-INF/jsp/template/home/home.jsp] not found javax.servlet.ServletException: JSP file [/WEB-INF/jsp/template/home/home.jsp] not found

console DEBUG [org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping] Mapped to org.springframework.boot.autoconfigure.web.servlet.error.BasicErrorController#errorHtml(HttpServletRequest, HttpServletResponse) DEBUG [org.springframework.web.servlet.view.ContentNegotiatingViewResolver] Selected 'text/html' given [text/html, text/html;q=0.8]

-> layout의 jsp 폴더 경로 수정(../) 후 해결

seorinha commented 8 months ago

header 메뉴의 hover 글자 색상적용 안됨

-> .nav-item .nav-link:hover {color:forestgreen !important;} 처럼 !important 붙여주면 먼저 적용됨