
Exception
codingxc
天时地利人和
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
SpringBoot报错:Missing URI template variable 'XX' for method parameter of type XX
原因:控制器Controller层方法上的注解:@RequestMapping里的的实参和方法中的形参不一致导致的。原创 2019-12-01 15:34:44 · 1846 阅读 · 0 评论 -
org.apache.ibatis.builder.IncompleteElementException: Could not find result map com.hp.entity.Emp
org.apache.ibatis.builder.IncompleteElementException: Could not find result map com.hp.entity.Emp 报错原因为把resultType写成的resultMap <select id="findAll" resultType="com.itheima.pojo.Emp"> select ...原创 2019-11-07 20:30:10 · 208 阅读 · 0 评论