mybatis

    에러, Spring, Mybatis Mapping error

    문제 Spring과 Mybatis를 연결하여 db작업을 하는 방법에 대해 배우고 과제를 하는 도중 오류가 발생했습니다. mybatis의 db로 인해 오류가 발생할 경우 무조건 길게 나오더라구요. 아래만큼.... 나중에 에러 잘 찾아내기 위해 한 번 열심히 봤는데요 4월 13, 2021 8:33:57 오후 org.apache.catalina.core.StandardContext reload INFO: 이름이 [/home]인 컨텍스트를 다시 로드하는 것을 완료했습니다. 4월 13, 2021 8:33:57 오후 org.apache.catalina.core.ApplicationContext log INFO: Initializing Spring DispatcherServlet 'appServlet' INFO : ..

    에러, mybatis 초기 설정 에러 The content of element type "mapper" must match "EMPTY".

    에러, mybatis 초기 설정 에러 The content of element type "mapper" must match "EMPTY".

    문제 mybatis mapper 에러가 발생했습니다. 해결방법 mapper 설정시 유의사항으로 아주 간단한 것이지만, configuration과 config를 동일한 이름으로 수정해주어야 했습니다.