1.feat(): 添加:

a.添加了自定义的一个预警类
b.添加了远调的代码,连同熔断
2.fix(): 修复了:
a.修改了redis在列表通过vin码存储
b.修改了redis的存储类型
c.优化了一些代码

更新时间10081949
dev.entBusiness
微醺 2024-10-08 20:22:35 +08:00
parent 0534db9f37
commit 4f52c6c4ac
5 changed files with 5 additions and 0 deletions

View File

@ -6,6 +6,7 @@ import org.springframework.context.annotation.Import;
import java.lang.annotation.*; import java.lang.annotation.*;
/** /**
*
* @ClassName EnableCustomSwagger2 * @ClassName EnableCustomSwagger2
* @Description EnableCustomSwagger2: * @Description EnableCustomSwagger2:
* @Date 2024/10/6 22:16 * @Date 2024/10/6 22:16

View File

@ -22,6 +22,7 @@ import java.util.function.Predicate;
/** /**
*
* @ClassName SwaggerAutoConfiguration * @ClassName SwaggerAutoConfiguration
* @Description SwaggerAutoConfiguration: * @Description SwaggerAutoConfiguration:
* @Date 2024/10/6 22:16 * @Date 2024/10/6 22:16

View File

@ -13,6 +13,7 @@ import java.util.stream.Collectors;
/** /**
* BEAN
* @ClassName SwaggerBeanPostProcessor * @ClassName SwaggerBeanPostProcessor
* @Description SwaggerBeanPostProcessor: * @Description SwaggerBeanPostProcessor:
* @Date 2024/10/6 22:16 * @Date 2024/10/6 22:16

View File

@ -7,6 +7,7 @@ import java.util.List;
/** /**
* SWAGGER
* @ClassName SwaggerProperties * @ClassName SwaggerProperties
* @Description SwaggerProperties: * @Description SwaggerProperties:
* @Date 2024/10/6 22:16 * @Date 2024/10/6 22:16

View File

@ -5,6 +5,7 @@ import org.springframework.web.servlet.config.annotation.WebMvcConfigurer;
/** /**
*
* @ClassName SwaggerWebConfiguration * @ClassName SwaggerWebConfiguration
* @Description SwaggerWebConfiguration: * @Description SwaggerWebConfiguration:
* @Date 2024/10/6 22:16 * @Date 2024/10/6 22:16