카테고리 없음

spring 서버 시작 시 바로 나올 페이지를 설정하기

응애개발자 애기 2022. 3. 17. 11:31
728x90
반응형
	<welcome-file-list>
		<welcome-file>/index.jsp</welcome-file>
	</welcome-file-list>

web.xml 에서...

 

 

해당 부분을 원하는 jsp파일의 경로로 수정해줍니다.

(기본적인 경로는 webapp폴더 안...)

 

 

728x90