摘要: (1)pom添加依赖 (2)添加相应配置类 (3)dao使用相应的注解 仅仅作为参考 (4)*(不重要)自定义表达式处理器,如何注册参考(2) 阅读全文
posted @ 2019-01-16 22:47 SpringCore 阅读(751) 评论(0) 推荐(0) 编辑
摘要: (1)pom添加依赖项 (2)设置相应的bean,添加@EnableCaching 注解启用缓存功能 (3)在dao相应的方法上添加缓存相关注解(可以在dao接口或dao实现类上添加) 此处仅作实例代码。 阅读全文
posted @ 2019-01-16 20:15 SpringCore 阅读(2308) 评论(0) 推荐(0) 编辑
摘要: (1)添加pom依赖 (2)注册相关bean 阅读全文
posted @ 2019-01-16 17:50 SpringCore 阅读(1372) 评论(0) 推荐(0) 编辑
摘要: (1)pom添加相关依赖 (2)注册相关bean (3)编写实体类 (4)编写dao 阅读全文
posted @ 2019-01-16 16:01 SpringCore 阅读(658) 评论(0) 推荐(0) 编辑