1.feat(): 添加:
a.添加了自定义的一个预警类 b.添加了远调的代码,连同熔断 2.fix(): 修复了: a.修改了redis在列表通过vin码存储 b.修改了redis的存储类型 c.优化了一些代码 更新时间10081949dev.entBusiness
parent
0534db9f37
commit
4f52c6c4ac
|
@ -6,6 +6,7 @@ import org.springframework.context.annotation.Import;
|
|||
import java.lang.annotation.*;
|
||||
|
||||
/**
|
||||
* 接口文档
|
||||
* @ClassName EnableCustomSwagger2
|
||||
* @Description EnableCustomSwagger2:类的描述
|
||||
* @Date 2024/10/6 22:16
|
||||
|
|
|
@ -22,6 +22,7 @@ import java.util.function.Predicate;
|
|||
|
||||
|
||||
/**
|
||||
* 安全模块
|
||||
* @ClassName SwaggerAutoConfiguration
|
||||
* @Description SwaggerAutoConfiguration:类的描述
|
||||
* @Date 2024/10/6 22:16
|
||||
|
|
|
@ -13,6 +13,7 @@ import java.util.stream.Collectors;
|
|||
|
||||
|
||||
/**
|
||||
* BEAN
|
||||
* @ClassName SwaggerBeanPostProcessor
|
||||
* @Description SwaggerBeanPostProcessor:类的描述
|
||||
* @Date 2024/10/6 22:16
|
||||
|
|
|
@ -7,6 +7,7 @@ import java.util.List;
|
|||
|
||||
|
||||
/**
|
||||
* SWAGGER
|
||||
* @ClassName SwaggerProperties
|
||||
* @Description SwaggerProperties:类的描述
|
||||
* @Date 2024/10/6 22:16
|
||||
|
|
|
@ -5,6 +5,7 @@ import org.springframework.web.servlet.config.annotation.WebMvcConfigurer;
|
|||
|
||||
|
||||
/**
|
||||
* 前台页面
|
||||
* @ClassName SwaggerWebConfiguration
|
||||
* @Description SwaggerWebConfiguration:类的描述
|
||||
* @Date 2024/10/6 22:16
|
||||
|
|
Loading…
Reference in New Issue