본문 바로가기
SpringFramework | SpringBoot

스프링 부트에서 index.html 위치

by Lcoding 2023. 11. 27.
반응형

Spring FrameWork에서 index.html 위치는

 

resources / static / index.html 이렇게 들어가면 된다. 

그외에 html 파일들은 templates 폴더 밑에 넣도록 하자

 

반응형

loading