Skip to content

Latest commit

 

History

History
28 lines (19 loc) · 622 Bytes

README.md

File metadata and controls

28 lines (19 loc) · 622 Bytes

spring-extension-stater

jar包依赖

<dependency>
    <groupId>io.github.dao1230source</groupId>
    <artifactId>spring-extension-starter</artifactId>
    <version>latest</version>
</dependency>

spring-boot的一些扩展

基于spring cache的扩展,所有原注解和用法不变

  • 支持批量获取缓存
  • 支持返回值是Collection/Map类型
  • 支持缓存值时泛型类型
  • 支持本地+redis二级缓存
  • 支持批量操作只获取部分缓存时进行二次重试

开箱即用的国际化组件