摘要: pom.xml persistence.xml Customer 测试 先看JPA自带的一级缓存 中间关闭会话再试试 配置二级缓存,让关闭会话后也只发送一次查询 添加 ehcache 依赖 添加 ehcache.xml 配置 修改 persistence.xml 配置 修改实体类,添加缓存注解 查询 阅读全文
posted @ 2019-02-13 09:54 江湖小小白 阅读(2381) 评论(1) 推荐(1)