IT/error
MyBatis 오류: Invalid bound statement (not found), properties 경로 오류
토희
2023. 11. 22. 14:13
728x90
애플리케이션을 실행하고
restapi를 postman으로 테스트 하는데
Invalid bound statement (not found): com.example.example.user.UserMapper.findByUsername 오류 발생
나 같은 경우는 application.properties에 경로가 잘못 되어있었다
xml 경로가 이렇게 되어있는데
properties에는 아래처럼 되어있었다
이렇게 변경해줌
끝! 경로는 항상 잘 보자
728x90