基于springboot的注解式缓存,方便集成多种缓存(redis、MemCache)而不改变原有代码逻辑,防止雪崩等,默认基于ConcurrentHashMap实现了本地缓存,通过继承AbstractCacheService即可替换成redis或者MemCache缓存
Version1.2compared with
Version Details
| 1.1 | 1.2 | |
|---|---|---|
| Release date | Jun 03, 2020 | Jun 20, 2021 |
| Licenses | Apache 2.0 | Apache 2.0 |
| Vulnerabilities | None | None |
Compile Changes (1)
| 1.1 | 1.2 | ||
|---|---|---|---|
| Change | Group / Artifact | Previous | Current |
| ~ Updated | org.springframework.boot » spring-boot-starter-aop | 2.2.6.RELEASE | 2.3.10.RELEASE |
Test Changes (1)
| 1.1 | 1.2 | ||
|---|---|---|---|
| Change | Group / Artifact | Previous | Current |
| + Added | org.springframework.boot » spring-boot-starter-test | - | 2.3.10.RELEASE |
