基于springboot的注解式缓存,方便集成多种缓存(redis、MemCache)而不改变原有代码逻辑,防止雪崩等,默认基于ConcurrentHashMap实现了本地缓存,通过继承AbstractCacheService即可替换成redis或者MemCache缓存
Version1.3compared with
Version Details
| 1.2.2 | 1.3 | |
|---|---|---|
| Release date | Sep 12, 2021 | Nov 26, 2022 |
| Licenses | Apache 2.0 | Apache 2.0 |
| Vulnerabilities | None | None |
Compile Changes (3)
| 1.2.2 | 1.3 | ||
|---|---|---|---|
| Change | Group / Artifact | Previous | Current |
| ~ Updated | com.alibaba » fastjson | 1.2.76 | 1.2.78 |
| ~ Updated | org.projectlombok » lombok | 1.18.20 | 1.18.22 |
| ~ Updated | org.springframework.boot » spring-boot-starter-aop | 2.3.10.RELEASE | 2.7.6 |
Test Changes (2)
| 1.2.2 | 1.3 | ||
|---|---|---|---|
| Change | Group / Artifact | Previous | Current |
| ~ Updated | org.springframework.boot » spring-boot-starter-test | 2.3.10.RELEASE | 2.7.6 |
| ~ Updated | org.springframework.boot » spring-boot-starter-web | 2.3.10.RELEASE | 2.7.6 |
