摘要:
1.pom.xml <!-- 单元测试--> <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-test</artifactId> </dependency> 2.目录结构 阅读全文
posted @ 2022-10-27 18:24
lwx_R
阅读(22)
评论(0)
推荐(0)
摘要:
1.什么是EhCache EhCache是一个比较成熟的Java缓存框架,最早从hibernate发展而来,是进程中的缓存系统 它提供了用内存,磁盘文件存储,以及分布式存储方式等多种灵活的cache管理方案,快速简单。 2.注解使用 2.1 @Cacheable 应用到读取数据的方法,即可缓存的方法 阅读全文
posted @ 2022-10-27 18:21
lwx_R
阅读(734)
评论(0)
推荐(0)

浙公网安备 33010602011771号