1.메이븐 라이브러리 추가->pom.xml 수정(lib추가)1. MyBatis2. MyBatis-Spring3.srping-jdbc4.spring-test2. 메이븐 업데이트단축키: Alt+F5추가된 라이브러리 확인3.설정파일웹 제외 모든 설정 파일 : root-context.xml(경로: src>main>webapp>WEB-INF>spring>root-context.xml)웹 설정파일: servlet-context.xml(경로: src>main>webapp>WEB-INF>spring>sppServlet>servlet-context)Namespaceroot-context.xml 파일에서 프레임워크의 다양한 설정을 위해 Namespace 탭 이용 Namespace: XML 문서 내 태그나 속성 명시root-contet.xml > Namespace 탭AOPBEANSCONTEXTJDBCMYBATIS-SPRING 선택root-context.xml > source 탭
'Develop > Spring' 카테고리의 다른 글
[5.모델2방식과 스프링MVC]1.모델2패턴의 이해 (0) | 2018.08.13 |
---|---|
[4.스프링+MyBatis_MySQL의 설정]5.MyBatis연결 (0) | 2018.08.13 |
[참고]spring project 생성시 설정사항 (0) | 2018.08.11 |
[오류]cannot read lifecycle mapping metadata for artifact org.apache.maven.plugins (0) | 2018.08.11 |
[참고]java-version (0) | 2018.08.11 |
댓글