[Springboot] 9 <a> 태그 href 수정하기

김호정's avatar
Aug 19, 2024
[Springboot] 9 <a> 태그 href 수정하기
 
기존 코드는 .html 파일을 가리키고 있기 때문에
엔드포인트를 가리키도록 각 파일의 href 수정하기

header.mustache

notion image
notion image
 

list.mustache

notion image
notion image
 

detail.mustache

notion image
notion image
 
이렇게 하면 각 페이지에서 A 태그에 해당하는 걸 눌러도 에러 안나고 잘 이동된다.
Share article

keepgoing