随笔分类 -  Mybatis

摘要:Ehcache Oscache Ehcache 先引入两个jar包 <!-- https://mvnrepository.com/artifact/org.ehcache/ehcache --><dependency> <groupId>org.ehcache</groupId> <artifact 阅读全文
posted @ 2020-02-11 18:15 Tsugar 阅读(256) 评论(0) 推荐(0)
摘要:代码分离 idea快捷键 //alt+insert 生成代码 //ctrl+n 查找类 //ctrl+h 查看类关系 //alt+enter 提交解决方案 mybatis三种 SQL和代码分离 方式 1.Xml方式 使用很麻烦(找坐标) 2.接口+注解 (对类有侵入性) 3.混合模式 接口+Xml 阅读全文
posted @ 2020-02-09 09:09 Tsugar 阅读(99) 评论(0) 推荐(0)