강의

멘토링

커뮤니티

Inflearn Community Q&A

gorohunda2252's profile image
gorohunda2252

asked

Spring for Beginners - Learn Spring Boot, Web MVC, and DB Access Technology with Code

Static Content

hello-static 관련 질문

Written on

·

465

2

강사님 안녕하세요

설명해주신대로 localhost:8080/hello-static.html 로 들어

가면 페이지 오류가 나구요

hello-static을 run하면

http://localhost:63342/hello-spring/hello-spring.main/static/hello-static.html?_ijt=fol0aj3akajipkubpgar613ni3

창이생기며 실행이됩니다. 

스프링 버전은 2.5.1 사용중이고  자바 버전은 11입니다. 

spring-bootspringMVCjava

Answer 2

0

분명 같은 위치에 있는데 왜 안되는걸까요

0

안녕하세요. JS님, 공식 서포터즈 codesweaver 입니다.
.

우선 hello-static.html 파일의 위치가

/src/main/resources/static/hello-static.html 에 위치해 있는지 확인해주시기 바랍니다.

..

정확한 문제파악을 위해서는 추가적인 정보가 필요할것 같습니다.

혹시 Github 를 사용하고 계시면 주소 남겨주시기 바랍니다.

..
감사합니다.

gorohunda2252's profile image
gorohunda2252

asked

Ask a question