IT'S DO
article thumbnail
[JAVA ERROR] Invalid bound statement (not found): com.example.dmf.weather.service. & [Mybatis setting]
error 2022. 11. 30. 15:59

1. mapper.java , mapper.xml 경로 잘 잡아줌 2. mapper.xml id와 mapper.java id 잘 잡아줌. 3. result type 문제. 다 바꿔 주고 테스트 해봤으나 아님. 위와 같은게 대부분이라서 인터넷에선 저런 부분들 해결만 나옴. #다른 문제 : Invalid bound statement (not found): com.example.dmf.weather.service.WeatherService.findAll 원인. 2022.11.30 : 한마디로 말하면 해결이 안됐다. 2022-12-01 : 해결됨 public class WeatherServiceImpl implements WeatherService Service interface로 두고, serviceImpl로..