반응형
favicon.ico가 없을시 발생하는 오류
org.springframework.web.servlet.DispatcherServlet.noHandlerFound No mapping for GET /favicon.ico
Failed to load resource: the server responded with a status of 404 () :8080f/favicon.ico:1
1. 프로젝트 폴더에 ico 파일 추가
2. index.html에 ico파일 경로 입력
<link rel="shortcut icon" href="/img/favicon.ico" type="image/x-icon" />
<link rel="icon" href="/img/favicon.ico" type="image/x-icon" />
# 완료
반응형
'Dev > HTML \ CSS \ JS' 카테고리의 다른 글
[ Javascript ] base64로 인코딩된 이미지 파일 html 상에 출력시키기 (0) | 2021.03.31 |
---|---|
[ JS ] querySelector() / querySelectorAll() (0) | 2021.03.02 |
[ css ] 커서 및 드래그 관련 메모 (0) | 2021.01.22 |
SCSS (0) | 2021.01.21 |
[ DEV Ed ] glass webpage 중간중간 메모 (0) | 2021.01.21 |