摘要: 学习之前需要先了解一下什么是mybatis一级缓存? LZ推荐:https://blog.csdn.net/niunai112/article/details/80601793#%E4%B8%80%E7%BA%A7%E7%BC%93%E5%AD%98,写的很清晰原理图:(需要理解) 问题1、问什么m 阅读全文
posted @ 2019-04-14 22:32 为了WZJ 阅读(278) 评论(0) 推荐(0) 编辑
摘要: @Target(ElementType.METHOD) @Retention(RetentionPolicy.RUNTIME) public @interface Select { public String value(); } public interface UserDao { @Select("select * from t_user where ti... 阅读全文
posted @ 2019-04-14 20:38 为了WZJ 阅读(170) 评论(0) 推荐(0) 编辑