基于springboot的注解式缓存,方便集成多种缓存(redis、MemCache)而不改变原有代码逻辑,防止雪崩等,默认基于ConcurrentHashMap实现了本地缓存,通过继承AbstractCacheService即可替换成redis或者MemCache缓存
Compile Dependencies (3)
| Category/License | Group / Artifact | Version | Updates | |
|---|---|---|---|---|
JSON Lib
Apache 2.0
| com.alibaba
»
fastjson1 vulnerability Fastjson is a JSON processor (JSON parser + JSON generator) written in Java | 1.2.78 | 2.0.62 | |
CodeGen
MIT
| org.projectlombok
»
lombok(optional) Lombok is a Java library that provides annotations to simplify Java development by automating the generation of ... | 1.18.22 | 1.18.46 | |
AOP
Apache 2.0
| org.springframework.boot
»
spring-boot-starter-aop(optional) Starter for aspect-oriented programming with Spring AOP and AspectJ | 2.7.6 | 3.5.14 |
Test Dependencies (2)
| Category/License | Group / Artifact | Version | Updates | |
|---|---|---|---|---|
Web Framework
Apache 2.0
| org.springframework.boot
»
spring-boot-starter-web(optional) Starter for building web, including RESTful, applications using Spring MVC. Uses Tomcat as the default embedded ... | 2.7.6 | 4.0.6 | |
Testing
Apache 2.0
| org.springframework.boot
»
spring-boot-starter-test Starter for testing Spring Boot applications with libraries including JUnit Jupiter, Hamcrest and Mockito | 2.7.6 | 4.0.6 |
