[Spring] springboot mybatis sqlsessionfactory 오류

[Spring] springboot mybatis sqlsessionfactory 오류

org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in ServletContext resource [/WEB-INF/spring-config.xml]: Invocation of init method failed; nested exception is org.springframework.core.NestedIOException: Failed to parse mapping resource: 'class path resource [com/domain/sql/mapper/UserDao.xml]'; nested exception is java.io.FileNotFoundException: class path resource [com/domain/sql/mapper/UserDao.xml] cannot be opened because it does not exist

이런 에러가날때가 있다.

mybatis 설정 xml파일을 보면

이런식으로 되어있을텐데

으로 바꿔주면 된다.

classpath뒤에 * 붙여주면 해결.

출처: https://jeekchic.tistory.com/2

from http://matseventwelve.tistory.com/38 by ccl(A) rewrite - 2021-11-24 13:27:36