개발/Spring
[Spring] css파일을 못찾을때
상용최
2020. 5. 16. 16:33
반응형
필자는 화면을 만들기 위해 css파일과 html을 만들었다.
그런데 때로는
Failed to load resource: the server responded with a status of 404 () 오류와
because its MIME type ('text/html') is not a supported stylesheet MIME type, and strict MIME checking is enabled.
위와 같은 오류로 css파일을 못찾았다.
원인은 간단하다.
경로를 잘못 적어주었기 때문이다.
아래와 같이 경로를 /css/..... 로 적어주면 정상적으로 불러와준다
반응형