随笔分类 -  MyBaties

摘要:原文:springboot整合mybatis使用xml实现sql语句的配置 | 码农家园 (codenong.com) 阅读全文
posted @ 2023-01-09 16:29 弓呆的胖次 阅读(118) 评论(0) 推荐(0)
摘要:https://www.cnblogs.com/xifengxiaoma/p/11027551.html 阅读全文
posted @ 2021-12-20 16:21 弓呆的胖次 阅读(46) 评论(0) 推荐(0)
摘要:https://segmentfault.com/a/1190000020282595 阅读全文
posted @ 2021-12-16 12:06 弓呆的胖次 阅读(38) 评论(0) 推荐(0)
摘要:https://blog.csdn.net/u010811939/article/details/106860528 阅读全文
posted @ 2021-03-16 14:35 弓呆的胖次 阅读(647) 评论(0) 推荐(0)
摘要:1.首先要有配置 https://mybatis.plus/guide/page.html //Spring boot方式 @Configuration @MapperScan("com.baomidou.cloud.service.*.mapper*") public class MybatisP 阅读全文
posted @ 2021-03-03 17:37 弓呆的胖次 阅读(844) 评论(0) 推荐(0)
摘要:https://blog.csdn.net/weixin_35681869/article/details/111243846 阅读全文
posted @ 2020-12-17 15:24 弓呆的胖次 阅读(975) 评论(0) 推荐(0)
摘要:https://www.cnblogs.com/JackpotHan/p/10286496.html 在之前的文章中,我们定义DemoMapper类,但是并没有在该类上定义类似@Service或者@Controller之类的注解,那么为什么可以被Spring管理呢? 下面是我整理的这两种方法的比较: 阅读全文
posted @ 2020-12-16 11:08 弓呆的胖次 阅读(849) 评论(0) 推荐(0)