项目启动正常,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]
页面报错