Spring Boot에서 html과 jsp 중 어느 것이 더 먼저 인식이 될까?
2021. 3. 10. 14:50ㆍJava/Spring Boot
/static/index.html
/WEB-INF/jsp/index.jsp
위 2개가 셋팅된 상태에서 localhost:8080으로 호출하면, index.html이 호출됨
'Java > Spring Boot' 카테고리의 다른 글
'dependencies.dependency.systemPath' for abc:jar must specify an absolute path but is ${project.basedir}\src\main\webapp\WEB-INF\lib\abc.jar (0) | 2021.03.14 |
---|---|
Spring Boot jsp 호출이 안되는 경우 (0) | 2021.03.10 |
Spring Boot War를 local Tomcat 서버에 이관 (0) | 2021.03.08 |
Spring Boot Static 파일 등록 (0) | 2021.03.06 |
Spring Boot Project JRE 변경 (0) | 2021.03.06 |