- 博客(4)
- 收藏
- 关注
原创 Caused by: java.lang.ClassNotFoundException: Cannot find ----项目中注入mybatis resulttype错误(终于解决了)
改来改去成功后发现 (猜测:可能不识别根目录? 如java resources等 所以写路径的时候直接写这些目录的下一层级)如:对于mybatis-config这个文件而言里面要注入mapper.xml路径 这个路径是从他所在的层级来的 不能写resource.mapper.xml 需要写成 mapper.xm...
2022-04-21 11:26:29
642
原创 springboot 联合查询
使用@mapper 不使用xml配置(自动注入)联合查询检索能力太差查了一晚上没能解决具体问题:Employee类 属性:@Data@AllArgsConstructor@NoArgsConstructor@Componentpublic class Employee { private Integer id; private String lastName; private String email; private I...
2022-03-29 12:19:26
1411
原创 记录springboot的错误
@RestController 是然后字符串形式@controller是 返回网页(html)@restcontroller = @controller + @ResponseBody
2022-03-24 12:41:11
638
1
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人