Spring root-context.xml

Happy_JG·2023년 10월 12일

Spring

목록 보기
12/17

root-context.xml

이전 포스트에서는 Spring에서 MySql을 편리하게 사용하기 위한 MyBatis를 설치하며 여러 API를 'pom.xml'에 등록하였다. 서버가 실행이되면 'web.xml'로 가장 먼저 이동하고 MyBatis등의 연결상태를 확인한다. 이 때 이 연결상태를 설정하는 파일이 'root-context.xml이었다.

webapp/WEB-INF/spring/root-context.xml

profile
hello!

0개의 댓글