項目啟動正常,hello也能訪問,dao測試也成功,但是最后頁面訪問Controller報500,查看路徑也沒錯
控制臺報錯
org.apache.ibatis.binding.BindingException: Invalid bound statement (not found): com.example.demo.service.WareHouseService.queryWareHouse
at org.apache.ibatis.binding.MapperMethod$SqlCommand.<init>(MapperMethod.java:227) ~[mybatis-3.4.6.jar:3.4.6]
頁面報錯
2019-03-20
請問最后是怎么解決的呢?
2018-06-14
service層測試能過嗎?
2018-06-12
你好我也碰到了相同的問題,請問你解決了嗎?
2018-05-29
@Service加了嗎?
2018-05-28
重新編譯了,還是這樣,也清了緩存,重啟軟件,重啟電腦沒用
2018-05-25
重新編譯啟動一下