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

浙公网安备 33010602011771号