摘要: mybatis doc:https://mybatis.org/mybatis-3/zh/java-api.html#directoryStructure 使用Mybatis进行连表查询、left join:https://blog.csdn.net/jinzhencs/article/detail 阅读全文
posted @ 2019-10-30 14:38 程序生(Codey) 阅读(375) 评论(0) 推荐(0) 编辑
摘要: 1.Map方法 获取map的key和value的方法 参考:https://blog.csdn.net/zj20142213/article/details/79264840 2.Mybatis Plus 新增数据后返回新增数据的id 后面会写一篇随笔对Mybatis Plus的做详细记录 阅读全文
posted @ 2019-10-30 11:17 程序生(Codey) 阅读(204) 评论(0) 推荐(0) 编辑
摘要: springboot启动问题 1.@Autowired报错Could not autowire. No beans of xxx 解决:只需在DAO接口加上@Component 或者 @Repository 参考:https://blog.csdn.net/Mr_EvanChen/article/d 阅读全文
posted @ 2019-10-30 10:34 程序生(Codey) 阅读(283) 评论(0) 推荐(0) 编辑