Skip to content

基于spring boot的扩展,包括spring cache扩展支持Collection/Map批量缓存及Redis+Jvm二级缓存,国际化I8n组件,spring额外package路径扫描扩展,标准接口请求返回数据,okHttp封装,链路追踪,分布式唯一ID等等

Notifications You must be signed in to change notification settings

Dao1230source/spring-extension-starter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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二级缓存
  • 支持批量操作只获取部分缓存时进行二次重试

开箱即用的国际化组件

About

基于spring boot的扩展,包括spring cache扩展支持Collection/Map批量缓存及Redis+Jvm二级缓存,国际化I8n组件,spring额外package路径扫描扩展,标准接口请求返回数据,okHttp封装,链路追踪,分布式唯一ID等等

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages