跳过导航链接
A B C D E F G I J K L M O P R S T V W 

A

AbstractDataSecure - tech.mhuang.pacebox.springboot.autoconfiguration.datasecure中的类
加解密数据抽象(可自行实现)
AbstractDataSecure() - 类 的构造器tech.mhuang.pacebox.springboot.autoconfiguration.datasecure.AbstractDataSecure
 
addReqParam(String, String, String, String, boolean) - 类 中的方法tech.mhuang.pacebox.springboot.autoconfiguration.swagger.SwaggerProperties
 
addResp(int, String) - 类 中的方法tech.mhuang.pacebox.springboot.autoconfiguration.swagger.SwaggerProperties
 
AES - 类 中的静态变量tech.mhuang.pacebox.springboot.autoconfiguration.datasecure.util.CryptoUtil
 
AESDataSecureImpl - tech.mhuang.pacebox.springboot.autoconfiguration.datasecure.impl中的类
AES 默认实现
AESDataSecureImpl() - 类 的构造器tech.mhuang.pacebox.springboot.autoconfiguration.datasecure.impl.AESDataSecureImpl
 
API_URI - 类 中的静态变量tech.mhuang.pacebox.springboot.autoconfiguration.swagger.GatewaySwaggerAutoConfiguration.SwaggerProvider
 
assignFieldProcess(Field, Object, DataSecureInfo) - 类 中的方法tech.mhuang.pacebox.springboot.autoconfiguration.datasecure.advice.DataSecureResponseBodyAdvice
字段处理
AUTH - 类 中的静态变量tech.mhuang.pacebox.springboot.autoconfiguration.ConfigConsts
 
AuthAutoConfiguration - tech.mhuang.pacebox.springboot.autoconfiguration.auth中的类
权限自动注入
AuthAutoConfiguration(AuthProperties) - 类 的构造器tech.mhuang.pacebox.springboot.autoconfiguration.auth.AuthAutoConfiguration
 
AuthProperties - tech.mhuang.pacebox.springboot.autoconfiguration.auth中的类
权限校验
AuthProperties() - 类 的构造器tech.mhuang.pacebox.springboot.autoconfiguration.auth.AuthProperties
 
authRegistrationBean() - 类 中的方法tech.mhuang.pacebox.springboot.autoconfiguration.auth.AuthAutoConfiguration
 

B

beforeBodyRead(HttpInputMessage, MethodParameter, Type, Class<? extends HttpMessageConverter<?>>) - 类 中的方法tech.mhuang.pacebox.springboot.autoconfiguration.datasecure.advice.DataSecureRequestBodyAdvice
 
beforeBodyWrite(Object, MethodParameter, MediaType, Class, ServerHttpRequest, ServerHttpResponse) - 类 中的方法tech.mhuang.pacebox.springboot.autoconfiguration.datasecure.advice.DataSecureResponseBodyAdvice
 

C

commonExceptionHandler() - 类 中的方法tech.mhuang.pacebox.springboot.autoconfiguration.exception.ExceptionAutoConfiguration
 
COMPONENT_NAME - 类 中的静态变量tech.mhuang.pacebox.springboot.autoconfiguration.trace.rest.TraceRestTemplateSpanDecorator
 
ConfigConsts - tech.mhuang.pacebox.springboot.autoconfiguration中的类
配置常量
ConfigConsts() - 类 的构造器tech.mhuang.pacebox.springboot.autoconfiguration.ConfigConsts
 
configureMessageConverters(List<HttpMessageConverter<?>>) - 类 中的方法tech.mhuang.pacebox.springboot.autoconfiguration.jackson.JacksonConfigurer
 
contextHolder() - 类 中的方法tech.mhuang.pacebox.springboot.autoconfiguration.SpringBootExtAutoConfiguration
create context process tool
CORS - 类 中的静态变量tech.mhuang.pacebox.springboot.autoconfiguration.ConfigConsts
 
CorsFilter() - 类 中的方法tech.mhuang.pacebox.springboot.autoconfiguration.cors.InterCorsAutoConfiguration
 
CorsProperties - tech.mhuang.pacebox.springboot.autoconfiguration.cors中的类
cors properties
CorsProperties() - 类 的构造器tech.mhuang.pacebox.springboot.autoconfiguration.cors.CorsProperties
 
CorsWebFilter() - 类 中的方法tech.mhuang.pacebox.springboot.autoconfiguration.cors.InterReactorCorsAutoConfiguration
 
create(String) - 类 中的方法tech.mhuang.pacebox.springboot.autoconfiguration.elasticsearch.SpringESExternal
 
create(String) - 类 中的方法tech.mhuang.pacebox.springboot.autoconfiguration.jwt.SpringJwtExternal
 
createConsumer(String) - 类 中的方法tech.mhuang.pacebox.springboot.autoconfiguration.kafka.SpringKafkaExternal
创建消费者
createProducer(String) - 类 中的方法tech.mhuang.pacebox.springboot.autoconfiguration.kafka.SpringKafkaExternal
创建生产者
createText() - 类 中的方法tech.mhuang.pacebox.springboot.autoconfiguration.kaptcha.KaptchaTextCreator
 
CryptoUtil - tech.mhuang.pacebox.springboot.autoconfiguration.datasecure.util中的类
加密解密工具类
CryptoUtil() - 类 的构造器tech.mhuang.pacebox.springboot.autoconfiguration.datasecure.util.CryptoUtil
 

D

DATA_SECURE - 类 中的静态变量tech.mhuang.pacebox.springboot.autoconfiguration.ConfigConsts
 
DataSecureAutoConfiguration - tech.mhuang.pacebox.springboot.autoconfiguration.datasecure中的类
数据安全自动配置类
DataSecureAutoConfiguration() - 类 的构造器tech.mhuang.pacebox.springboot.autoconfiguration.datasecure.DataSecureAutoConfiguration
 
DataSecureField - tech.mhuang.pacebox.springboot.autoconfiguration.datasecure.annation中的注释类型
数据安全字段处理(用于对应MappingType为Field中)
DataSecureInfo - tech.mhuang.pacebox.springboot.autoconfiguration.datasecure中的类
加解密配置
DataSecureInfo() - 类 的构造器tech.mhuang.pacebox.springboot.autoconfiguration.datasecure.DataSecureInfo
 
DataSecureProperties - tech.mhuang.pacebox.springboot.autoconfiguration.datasecure中的类
加解密配置
DataSecureProperties() - 类 的构造器tech.mhuang.pacebox.springboot.autoconfiguration.datasecure.DataSecureProperties
 
DataSecureRequestBodyAdvice - tech.mhuang.pacebox.springboot.autoconfiguration.datasecure.advice中的类
请求数据解密
DataSecureRequestBodyAdvice(DataSecureProperties) - 类 的构造器tech.mhuang.pacebox.springboot.autoconfiguration.datasecure.advice.DataSecureRequestBodyAdvice
 
dataSecureRequestBodyAdvice(DataSecureProperties) - 类 中的方法tech.mhuang.pacebox.springboot.autoconfiguration.datasecure.DataSecureAutoConfiguration
请求解密
DataSecureResponseBodyAdvice - tech.mhuang.pacebox.springboot.autoconfiguration.datasecure.advice中的类
返回数据加密
DataSecureResponseBodyAdvice(DataSecureProperties) - 类 的构造器tech.mhuang.pacebox.springboot.autoconfiguration.datasecure.advice.DataSecureResponseBodyAdvice
 
dataSecureResponseBodyAdvice(DataSecureProperties) - 类 中的方法tech.mhuang.pacebox.springboot.autoconfiguration.datasecure.DataSecureAutoConfiguration
请求加密
decrypt(String, String) - 类 中的方法tech.mhuang.pacebox.springboot.autoconfiguration.datasecure.AbstractDataSecure
数据解密
decrypt(String, String) - 类 中的方法tech.mhuang.pacebox.springboot.autoconfiguration.datasecure.impl.AESDataSecureImpl
 
decrypt(String, String) - 类 中的方法tech.mhuang.pacebox.springboot.autoconfiguration.datasecure.impl.DESDataSecureImpl
 
decrypt(String, String, String, Charset) - 类 中的静态方法tech.mhuang.pacebox.springboot.autoconfiguration.datasecure.util.CryptoUtil
解密
DecryptMapping - tech.mhuang.pacebox.springboot.autoconfiguration.datasecure.annation中的注释类型
解密(注解可在方法/类/参数中使用)
DecryptType - tech.mhuang.pacebox.springboot.autoconfiguration.datasecure.consts中的枚举
解密类型
DES - 类 中的静态变量tech.mhuang.pacebox.springboot.autoconfiguration.datasecure.util.CryptoUtil
 
DESDataSecureImpl - tech.mhuang.pacebox.springboot.autoconfiguration.datasecure.impl中的类
DES 默认实现
DESDataSecureImpl() - 类 的构造器tech.mhuang.pacebox.springboot.autoconfiguration.datasecure.impl.DESDataSecureImpl
 
distributedLockHandler(StringRedisTemplate) - 类 中的方法tech.mhuang.pacebox.springboot.autoconfiguration.redis.RedisExtAutoConfiguration
 
docket() - 类 中的方法tech.mhuang.pacebox.springboot.autoconfiguration.swagger.SwaggerAutoConfiguration
 

E

ELASTICSEARCH - 类 中的静态变量tech.mhuang.pacebox.springboot.autoconfiguration.ConfigConsts
 
ENABLE - 类 中的静态变量tech.mhuang.pacebox.springboot.autoconfiguration.ConfigConsts
 
encrypt(String, String) - 类 中的方法tech.mhuang.pacebox.springboot.autoconfiguration.datasecure.AbstractDataSecure
数据加密
encrypt(String, String) - 类 中的方法tech.mhuang.pacebox.springboot.autoconfiguration.datasecure.impl.AESDataSecureImpl
 
encrypt(String, String) - 类 中的方法tech.mhuang.pacebox.springboot.autoconfiguration.datasecure.impl.DESDataSecureImpl
 
encrypt(String, String, String, Charset) - 类 中的静态方法tech.mhuang.pacebox.springboot.autoconfiguration.datasecure.util.CryptoUtil
加密
EncryptMapping - tech.mhuang.pacebox.springboot.autoconfiguration.datasecure.annation中的注释类型
加密(注解可在方法/类中使用)
EncryptType - tech.mhuang.pacebox.springboot.autoconfiguration.datasecure.consts中的枚举
加密类型
ESAutoConfiguration - tech.mhuang.pacebox.springboot.autoconfiguration.elasticsearch中的类
es构建类
ESAutoConfiguration(ESProperties) - 类 的构造器tech.mhuang.pacebox.springboot.autoconfiguration.elasticsearch.ESAutoConfiguration
 
esExternal() - 类 中的方法tech.mhuang.pacebox.springboot.autoconfiguration.elasticsearch.ESAutoConfiguration
 
esFramework(IESExternal, SpringContextHolder) - 类 中的方法tech.mhuang.pacebox.springboot.autoconfiguration.elasticsearch.ESAutoConfiguration
确保SpringContextHolader加载到spring 容器
ESProperties - tech.mhuang.pacebox.springboot.autoconfiguration.elasticsearch中的类
elasticsearch属性配置
ESProperties() - 类 的构造器tech.mhuang.pacebox.springboot.autoconfiguration.elasticsearch.ESProperties
 
EXCEPTION - 类 中的静态变量tech.mhuang.pacebox.springboot.autoconfiguration.ConfigConsts
 
ExceptionAutoConfiguration - tech.mhuang.pacebox.springboot.autoconfiguration.exception中的类
异常通用处理
ExceptionAutoConfiguration() - 类 的构造器tech.mhuang.pacebox.springboot.autoconfiguration.exception.ExceptionAutoConfiguration
 
ExceptionProperties - tech.mhuang.pacebox.springboot.autoconfiguration.exception中的类
SpringBoot扩展Exception配置
ExceptionProperties() - 类 的构造器tech.mhuang.pacebox.springboot.autoconfiguration.exception.ExceptionProperties
 
executorEventWechat() - 类 中的方法tech.mhuang.pacebox.springboot.autoconfiguration.wechat.WechatAutoConfiguration
 

F

framework(IJwtExternal, SpringContextHolder) - 类 中的方法tech.mhuang.pacebox.springboot.autoconfiguration.jwt.JwtAutoConfiguration
 

G

GatewaySwaggerAutoConfiguration - tech.mhuang.pacebox.springboot.autoconfiguration.swagger中的类
swagger reactive
GatewaySwaggerAutoConfiguration() - 类 的构造器tech.mhuang.pacebox.springboot.autoconfiguration.swagger.GatewaySwaggerAutoConfiguration
 
GatewaySwaggerAutoConfiguration.SwaggerCustomResponse - tech.mhuang.pacebox.springboot.autoconfiguration.swagger中的类
 
GatewaySwaggerAutoConfiguration.SwaggerProvider - tech.mhuang.pacebox.springboot.autoconfiguration.swagger中的类
 
get() - 类 中的方法tech.mhuang.pacebox.springboot.autoconfiguration.swagger.GatewaySwaggerAutoConfiguration.SwaggerProvider
 
getResource(ServerRequest) - 类 中的方法tech.mhuang.pacebox.springboot.autoconfiguration.swagger.GatewaySwaggerAutoConfiguration.SwaggerCustomResponse
 
getSecurity(ServerRequest) - 类 中的方法tech.mhuang.pacebox.springboot.autoconfiguration.swagger.GatewaySwaggerAutoConfiguration.SwaggerCustomResponse
 
getText() - 类 中的方法tech.mhuang.pacebox.springboot.autoconfiguration.kaptcha.KaptchaTextCreator
 
getUi(ServerRequest) - 类 中的方法tech.mhuang.pacebox.springboot.autoconfiguration.swagger.GatewaySwaggerAutoConfiguration.SwaggerCustomResponse
 

I

init() - 类 中的方法tech.mhuang.pacebox.springboot.autoconfiguration.oss.OssAutoConfiguration.OssTemplatePostProcessingConfiguration
添加拦截器
init() - 类 中的方法tech.mhuang.pacebox.springboot.autoconfiguration.sms.SmsAutoConfiguration.SmsTemplatePostProcessingConfiguration
添加拦截器
intercept(Invocation) - 类 中的方法tech.mhuang.pacebox.springboot.autoconfiguration.trace.mybatis.TraceMybatisInterceptor
 
intercept(HttpRequest, byte[], ClientHttpRequestExecution) - 类 中的方法tech.mhuang.pacebox.springboot.autoconfiguration.trace.rest.TraceRestTemplateInterceptor
 
interceptor(BaseChain<SmsSendRequest, SmsSendResult>) - 类 中的方法tech.mhuang.pacebox.springboot.autoconfiguration.trace.sms.TraceSmsTemplateInteceptor
 
InterCorsAutoConfiguration - tech.mhuang.pacebox.springboot.autoconfiguration.cors中的类
cors import
InterCorsAutoConfiguration(CorsProperties) - 类 的构造器tech.mhuang.pacebox.springboot.autoconfiguration.cors.InterCorsAutoConfiguration
 
interInterceptor() - 类 中的方法tech.mhuang.pacebox.springboot.autoconfiguration.auth.AuthAutoConfiguration
 
InterJacksonAutoConfiguration - tech.mhuang.pacebox.springboot.autoconfiguration.jackson中的类
jackson配置、去掉引号
InterJacksonAutoConfiguration() - 类 的构造器tech.mhuang.pacebox.springboot.autoconfiguration.jackson.InterJacksonAutoConfiguration
 
InterReactorCorsAutoConfiguration - tech.mhuang.pacebox.springboot.autoconfiguration.cors中的类
 
InterReactorCorsAutoConfiguration(CorsProperties) - 类 的构造器tech.mhuang.pacebox.springboot.autoconfiguration.cors.InterReactorCorsAutoConfiguration
 

J

jacksonConfigurer() - 类 中的方法tech.mhuang.pacebox.springboot.autoconfiguration.jackson.InterJacksonAutoConfiguration
 
JacksonConfigurer - tech.mhuang.pacebox.springboot.autoconfiguration.jackson中的类
jacksonConfig解决String双引号问题
JacksonConfigurer() - 类 的构造器tech.mhuang.pacebox.springboot.autoconfiguration.jackson.JacksonConfigurer
 
JWT - 类 中的静态变量tech.mhuang.pacebox.springboot.autoconfiguration.ConfigConsts
 
JwtAutoConfiguration - tech.mhuang.pacebox.springboot.autoconfiguration.jwt中的类
jwt构建类
JwtAutoConfiguration(JwtProperties) - 类 的构造器tech.mhuang.pacebox.springboot.autoconfiguration.jwt.JwtAutoConfiguration
 
jwtExternal() - 类 中的方法tech.mhuang.pacebox.springboot.autoconfiguration.jwt.JwtAutoConfiguration
 
JwtProperties - tech.mhuang.pacebox.springboot.autoconfiguration.jwt中的类
jwt属性类
JwtProperties() - 类 的构造器tech.mhuang.pacebox.springboot.autoconfiguration.jwt.JwtProperties
 

K

KAFKA - 类 中的静态变量tech.mhuang.pacebox.springboot.autoconfiguration.ConfigConsts
 
KAFKA_POOL - 类 中的静态变量tech.mhuang.pacebox.springboot.autoconfiguration.ConfigConsts
 
KafkaAutoConfiguration - tech.mhuang.pacebox.springboot.autoconfiguration.kafka中的类
kafka配置类
KafkaAutoConfiguration(KafkaProperties, KafkaThreadPool) - 类 的构造器tech.mhuang.pacebox.springboot.autoconfiguration.kafka.KafkaAutoConfiguration
 
kafkaFramework(IKafkaExternal, SpringContextHolder) - 类 中的方法tech.mhuang.pacebox.springboot.autoconfiguration.kafka.KafkaAutoConfiguration
 
KafkaProperties - tech.mhuang.pacebox.springboot.autoconfiguration.kafka中的类
kafka配置信息
KafkaProperties() - 类 的构造器tech.mhuang.pacebox.springboot.autoconfiguration.kafka.KafkaProperties
 
KafkaThreadPool - tech.mhuang.pacebox.springboot.autoconfiguration.kafka中的类
kafka 线程池
KafkaThreadPool() - 类 的构造器tech.mhuang.pacebox.springboot.autoconfiguration.kafka.KafkaThreadPool
 
KAPTCHA - 类 中的静态变量tech.mhuang.pacebox.springboot.autoconfiguration.ConfigConsts
 
kaptcha() - 类 中的方法tech.mhuang.pacebox.springboot.autoconfiguration.kaptcha.KaptchaAutoConfiguration
 
KaptchaAutoConfiguration - tech.mhuang.pacebox.springboot.autoconfiguration.kaptcha中的类
验证码统一模板
KaptchaAutoConfiguration(KaptchaProperties) - 类 的构造器tech.mhuang.pacebox.springboot.autoconfiguration.kaptcha.KaptchaAutoConfiguration
 
KaptchaProperties - tech.mhuang.pacebox.springboot.autoconfiguration.kaptcha中的类
验证码属性
KaptchaProperties() - 类 的构造器tech.mhuang.pacebox.springboot.autoconfiguration.kaptcha.KaptchaProperties
 
KaptchaTextCreator - tech.mhuang.pacebox.springboot.autoconfiguration.kaptcha中的类
验证码生成器
KaptchaTextCreator() - 类 的构造器tech.mhuang.pacebox.springboot.autoconfiguration.kaptcha.KaptchaTextCreator
 

L

localeChangeInterceptor() - 类 中的方法tech.mhuang.pacebox.springboot.autoconfiguration.validate.ValidationAutoConfiguration
 
LocaleInterceptor - tech.mhuang.pacebox.springboot.autoconfiguration.validate中的类
国际化切换拦截器
LocaleInterceptor() - 类 的构造器tech.mhuang.pacebox.springboot.autoconfiguration.validate.LocaleInterceptor
 
localeResolver() - 类 中的方法tech.mhuang.pacebox.springboot.autoconfiguration.validate.ValidationAutoConfiguration
 

M

mappingJackson2HttpMessageConverter() - 类 中的方法tech.mhuang.pacebox.springboot.autoconfiguration.jackson.JacksonConfigurer
 
messageSource() - 类 中的方法tech.mhuang.pacebox.springboot.autoconfiguration.validate.ValidationAutoConfiguration
 

O

onCancel(ClientRequest, Span) - 类 中的方法tech.mhuang.pacebox.springboot.autoconfiguration.trace.webclient.TraceWebClientSpanDecorator
 
onError(HttpRequest, Throwable, Span) - 类 中的方法tech.mhuang.pacebox.springboot.autoconfiguration.trace.rest.TraceRestTemplateSpanDecorator
 
onError(HttpServletRequest, HttpServletResponse, Throwable, Span) - 类 中的方法tech.mhuang.pacebox.springboot.autoconfiguration.trace.servlet.TraceServletFilterSpanDecorator
 
onError(ClientRequest, Throwable, Span) - 类 中的方法tech.mhuang.pacebox.springboot.autoconfiguration.trace.webclient.TraceWebClientSpanDecorator
 
onRequest(HttpRequest, Span) - 类 中的方法tech.mhuang.pacebox.springboot.autoconfiguration.trace.rest.TraceRestTemplateSpanDecorator
 
onRequest(HttpServletRequest, Span) - 类 中的方法tech.mhuang.pacebox.springboot.autoconfiguration.trace.servlet.TraceServletFilterSpanDecorator
 
onRequest(ClientRequest, Span) - 类 中的方法tech.mhuang.pacebox.springboot.autoconfiguration.trace.webclient.TraceWebClientSpanDecorator
 
onResponse(HttpRequest, ClientHttpResponse, Span) - 类 中的方法tech.mhuang.pacebox.springboot.autoconfiguration.trace.rest.TraceRestTemplateSpanDecorator
 
onResponse(HttpServletRequest, HttpServletResponse, Span) - 类 中的方法tech.mhuang.pacebox.springboot.autoconfiguration.trace.servlet.TraceServletFilterSpanDecorator
 
onResponse(ClientRequest, ClientResponse, Span) - 类 中的方法tech.mhuang.pacebox.springboot.autoconfiguration.trace.webclient.TraceWebClientSpanDecorator
 
onTimeout(HttpServletRequest, HttpServletResponse, long, Span) - 类 中的方法tech.mhuang.pacebox.springboot.autoconfiguration.trace.servlet.TraceServletFilterSpanDecorator
 
OSS - 类 中的静态变量tech.mhuang.pacebox.springboot.autoconfiguration.ConfigConsts
 
OssAutoConfiguration - tech.mhuang.pacebox.springboot.autoconfiguration.oss中的类
oss配置
OssAutoConfiguration(OssProperties) - 类 的构造器tech.mhuang.pacebox.springboot.autoconfiguration.oss.OssAutoConfiguration
 
OssAutoConfiguration.OssTemplatePostProcessingConfiguration - tech.mhuang.pacebox.springboot.autoconfiguration.oss中的类
OSS模板处理配置
OssProperties - tech.mhuang.pacebox.springboot.autoconfiguration.oss中的类
OSS配置参数
OssProperties() - 类 的构造器tech.mhuang.pacebox.springboot.autoconfiguration.oss.OssProperties
 
ossTemplate() - 类 中的方法tech.mhuang.pacebox.springboot.autoconfiguration.oss.OssAutoConfiguration
 
OssTemplatePostProcessingConfiguration(OssTemplate, List<OssUploadInterceptor>, List<OssDownloadInterceptor>, List<OssDeleteInteceptor>) - 类 的构造器tech.mhuang.pacebox.springboot.autoconfiguration.oss.OssAutoConfiguration.OssTemplatePostProcessingConfiguration
 

P

plugin(Object) - 类 中的方法tech.mhuang.pacebox.springboot.autoconfiguration.trace.mybatis.TraceMybatisInterceptor
 
preHandle(HttpServletRequest, HttpServletResponse, Object) - 类 中的方法tech.mhuang.pacebox.springboot.autoconfiguration.validate.LocaleInterceptor
 
PROP - 类 中的静态变量tech.mhuang.pacebox.springboot.autoconfiguration.ConfigConsts
 
PROP - 类 中的静态变量tech.mhuang.pacebox.springboot.autoconfiguration.trace.rest.TraceRestTemplateProperties
 
properties - 类 中的变量tech.mhuang.pacebox.springboot.autoconfiguration.task.TaskAutoConfiguration
 

R

REDIS - 类 中的静态变量tech.mhuang.pacebox.springboot.autoconfiguration.ConfigConsts
 
RedisExtAutoConfiguration - tech.mhuang.pacebox.springboot.autoconfiguration.redis中的类
redis自动注册
RedisExtAutoConfiguration() - 类 的构造器tech.mhuang.pacebox.springboot.autoconfiguration.redis.RedisExtAutoConfiguration
 
redisExtCommands(RedisTemplate) - 类 中的方法tech.mhuang.pacebox.springboot.autoconfiguration.redis.RedisExtAutoConfiguration
 
RedisExtProperties - tech.mhuang.pacebox.springboot.autoconfiguration.redis中的类
redis扩展
RedisExtProperties() - 类 的构造器tech.mhuang.pacebox.springboot.autoconfiguration.redis.RedisExtProperties
 
redisTemplate(LettuceConnectionFactory) - 类 中的方法tech.mhuang.pacebox.springboot.autoconfiguration.redis.RedisExtAutoConfiguration
 
requestRegisterBean() - 类 中的方法tech.mhuang.pacebox.springboot.autoconfiguration.SpringBootExtAutoConfiguration
 
REST - 类 中的静态变量tech.mhuang.pacebox.springboot.autoconfiguration.ConfigConsts
 
REST_MICRO - 类 中的静态变量tech.mhuang.pacebox.springboot.autoconfiguration.ConfigConsts
 
REST_SINGLE - 类 中的静态变量tech.mhuang.pacebox.springboot.autoconfiguration.ConfigConsts
 
RestAutoConfiguration - tech.mhuang.pacebox.springboot.autoconfiguration.rest中的类
Rest自动注入类
RestAutoConfiguration() - 类 的构造器tech.mhuang.pacebox.springboot.autoconfiguration.rest.RestAutoConfiguration
 
RestMicroProperties - tech.mhuang.pacebox.springboot.autoconfiguration.rest中的类
rest micro service call
RestMicroProperties() - 类 的构造器tech.mhuang.pacebox.springboot.autoconfiguration.rest.RestMicroProperties
 
RestProperties - tech.mhuang.pacebox.springboot.autoconfiguration.rest中的类
基础类
RestProperties() - 类 的构造器tech.mhuang.pacebox.springboot.autoconfiguration.rest.RestProperties
 
RestSingleProperties - tech.mhuang.pacebox.springboot.autoconfiguration.rest中的类
单机版调用,此类非微服务
RestSingleProperties() - 类 的构造器tech.mhuang.pacebox.springboot.autoconfiguration.rest.RestSingleProperties
 
routerFunction(GatewaySwaggerAutoConfiguration.SwaggerCustomResponse) - 类 中的方法tech.mhuang.pacebox.springboot.autoconfiguration.swagger.GatewaySwaggerAutoConfiguration
 

S

servletFilterSpanDecorator() - 类 中的方法tech.mhuang.pacebox.springboot.autoconfiguration.trace.servlet.TraceServletConfiguration
 
setProperties(Properties) - 类 中的方法tech.mhuang.pacebox.springboot.autoconfiguration.trace.mybatis.TraceMybatisInterceptor
 
showSql(Configuration, BoundSql) - 类 中的静态方法tech.mhuang.pacebox.springboot.autoconfiguration.trace.mybatis.TraceMybatisInterceptor
 
singleJob(ThreadPoolTaskScheduler) - 类 中的方法tech.mhuang.pacebox.springboot.autoconfiguration.task.TaskAutoConfiguration
 
singlePoolTask() - 类 中的方法tech.mhuang.pacebox.springboot.autoconfiguration.task.TaskAutoConfiguration
 
SMS - 类 中的静态变量tech.mhuang.pacebox.springboot.autoconfiguration.ConfigConsts
 
SmsAutoConfiguration - tech.mhuang.pacebox.springboot.autoconfiguration.sms中的类
短信配置
SmsAutoConfiguration(SmsProperties) - 类 的构造器tech.mhuang.pacebox.springboot.autoconfiguration.sms.SmsAutoConfiguration
 
SmsAutoConfiguration.SmsTemplatePostProcessingConfiguration - tech.mhuang.pacebox.springboot.autoconfiguration.sms中的类
短信模板处理配置
SmsProperties - tech.mhuang.pacebox.springboot.autoconfiguration.sms中的类
短信配置参数
SmsProperties() - 类 的构造器tech.mhuang.pacebox.springboot.autoconfiguration.sms.SmsProperties
 
smsTemplate() - 类 中的方法tech.mhuang.pacebox.springboot.autoconfiguration.sms.SmsAutoConfiguration
 
SmsTemplatePostProcessingConfiguration(SmsTemplate, List<SmsSendInterceptor>) - 类 的构造器tech.mhuang.pacebox.springboot.autoconfiguration.sms.SmsAutoConfiguration.SmsTemplatePostProcessingConfiguration
 
snowflake() - 类 中的方法tech.mhuang.pacebox.springboot.autoconfiguration.SpringBootExtAutoConfiguration
create generator id.
SPRINGBOOT - 类 中的静态变量tech.mhuang.pacebox.springboot.autoconfiguration.ConfigConsts
 
SpringBootExtAutoConfiguration - tech.mhuang.pacebox.springboot.autoconfiguration中的类
自动配置注入包.
SpringBootExtAutoConfiguration(SpringBootExtProperties) - 类 的构造器tech.mhuang.pacebox.springboot.autoconfiguration.SpringBootExtAutoConfiguration
 
SpringBootExtProperties - tech.mhuang.pacebox.springboot.autoconfiguration中的类
SpringBoot扩展配置
SpringBootExtProperties() - 类 的构造器tech.mhuang.pacebox.springboot.autoconfiguration.SpringBootExtProperties
 
SpringESExternal - tech.mhuang.pacebox.springboot.autoconfiguration.elasticsearch中的类
spring es扩展
SpringESExternal() - 类 的构造器tech.mhuang.pacebox.springboot.autoconfiguration.elasticsearch.SpringESExternal
 
SpringJwtExternal - tech.mhuang.pacebox.springboot.autoconfiguration.jwt中的类
jwt spring实现
SpringJwtExternal() - 类 的构造器tech.mhuang.pacebox.springboot.autoconfiguration.jwt.SpringJwtExternal
 
springKafkaExternal() - 类 中的方法tech.mhuang.pacebox.springboot.autoconfiguration.kafka.KafkaAutoConfiguration
 
SpringKafkaExternal - tech.mhuang.pacebox.springboot.autoconfiguration.kafka中的类
spring 实现kafka动态创建对应bean
SpringKafkaExternal() - 类 的构造器tech.mhuang.pacebox.springboot.autoconfiguration.kafka.SpringKafkaExternal
 
supports(MethodParameter, Type, Class<? extends HttpMessageConverter<?>>) - 类 中的方法tech.mhuang.pacebox.springboot.autoconfiguration.datasecure.advice.DataSecureRequestBodyAdvice
 
supports(MethodParameter, Class) - 类 中的方法tech.mhuang.pacebox.springboot.autoconfiguration.datasecure.advice.DataSecureResponseBodyAdvice
 
SWAGGER - 类 中的静态变量tech.mhuang.pacebox.springboot.autoconfiguration.ConfigConsts
 
SwaggerAutoConfiguration - tech.mhuang.pacebox.springboot.autoconfiguration.swagger中的类
swagger自动注册
SwaggerAutoConfiguration(SwaggerProperties) - 类 的构造器tech.mhuang.pacebox.springboot.autoconfiguration.swagger.SwaggerAutoConfiguration
 
swaggerCustomResponse(SwaggerResourcesProvider) - 类 中的方法tech.mhuang.pacebox.springboot.autoconfiguration.swagger.GatewaySwaggerAutoConfiguration
 
SwaggerCustomResponse() - 类 的构造器tech.mhuang.pacebox.springboot.autoconfiguration.swagger.GatewaySwaggerAutoConfiguration.SwaggerCustomResponse
 
SwaggerProperties - tech.mhuang.pacebox.springboot.autoconfiguration.swagger中的类
swagger properties
SwaggerProperties() - 类 的构造器tech.mhuang.pacebox.springboot.autoconfiguration.swagger.SwaggerProperties
 
SwaggerProvider(PropertiesRouteDefinitionLocator) - 类 的构造器tech.mhuang.pacebox.springboot.autoconfiguration.swagger.GatewaySwaggerAutoConfiguration.SwaggerProvider
 
swaggerResourcesProvider - 类 中的变量tech.mhuang.pacebox.springboot.autoconfiguration.swagger.GatewaySwaggerAutoConfiguration.SwaggerCustomResponse
 
swaggerResourcesProvider(PropertiesRouteDefinitionLocator) - 类 中的方法tech.mhuang.pacebox.springboot.autoconfiguration.swagger.GatewaySwaggerAutoConfiguration
 

T

TASK - 类 中的静态变量tech.mhuang.pacebox.springboot.autoconfiguration.ConfigConsts
 
TaskAutoConfiguration - tech.mhuang.pacebox.springboot.autoconfiguration.task中的类
任务自动注入类
TaskAutoConfiguration(TaskProperties) - 类 的构造器tech.mhuang.pacebox.springboot.autoconfiguration.task.TaskAutoConfiguration
 
TaskProperties - tech.mhuang.pacebox.springboot.autoconfiguration.task中的类
task properties
TaskProperties() - 类 的构造器tech.mhuang.pacebox.springboot.autoconfiguration.task.TaskProperties
 
tech.mhuang.pacebox.springboot.autoconfiguration - 程序包 tech.mhuang.pacebox.springboot.autoconfiguration
 
tech.mhuang.pacebox.springboot.autoconfiguration.auth - 程序包 tech.mhuang.pacebox.springboot.autoconfiguration.auth
 
tech.mhuang.pacebox.springboot.autoconfiguration.cors - 程序包 tech.mhuang.pacebox.springboot.autoconfiguration.cors
 
tech.mhuang.pacebox.springboot.autoconfiguration.datasecure - 程序包 tech.mhuang.pacebox.springboot.autoconfiguration.datasecure
 
tech.mhuang.pacebox.springboot.autoconfiguration.datasecure.advice - 程序包 tech.mhuang.pacebox.springboot.autoconfiguration.datasecure.advice
 
tech.mhuang.pacebox.springboot.autoconfiguration.datasecure.annation - 程序包 tech.mhuang.pacebox.springboot.autoconfiguration.datasecure.annation
 
tech.mhuang.pacebox.springboot.autoconfiguration.datasecure.consts - 程序包 tech.mhuang.pacebox.springboot.autoconfiguration.datasecure.consts
 
tech.mhuang.pacebox.springboot.autoconfiguration.datasecure.impl - 程序包 tech.mhuang.pacebox.springboot.autoconfiguration.datasecure.impl
 
tech.mhuang.pacebox.springboot.autoconfiguration.datasecure.util - 程序包 tech.mhuang.pacebox.springboot.autoconfiguration.datasecure.util
 
tech.mhuang.pacebox.springboot.autoconfiguration.elasticsearch - 程序包 tech.mhuang.pacebox.springboot.autoconfiguration.elasticsearch
 
tech.mhuang.pacebox.springboot.autoconfiguration.exception - 程序包 tech.mhuang.pacebox.springboot.autoconfiguration.exception
 
tech.mhuang.pacebox.springboot.autoconfiguration.jackson - 程序包 tech.mhuang.pacebox.springboot.autoconfiguration.jackson
 
tech.mhuang.pacebox.springboot.autoconfiguration.jwt - 程序包 tech.mhuang.pacebox.springboot.autoconfiguration.jwt
 
tech.mhuang.pacebox.springboot.autoconfiguration.kafka - 程序包 tech.mhuang.pacebox.springboot.autoconfiguration.kafka
 
tech.mhuang.pacebox.springboot.autoconfiguration.kaptcha - 程序包 tech.mhuang.pacebox.springboot.autoconfiguration.kaptcha
 
tech.mhuang.pacebox.springboot.autoconfiguration.oss - 程序包 tech.mhuang.pacebox.springboot.autoconfiguration.oss
 
tech.mhuang.pacebox.springboot.autoconfiguration.redis - 程序包 tech.mhuang.pacebox.springboot.autoconfiguration.redis
 
tech.mhuang.pacebox.springboot.autoconfiguration.rest - 程序包 tech.mhuang.pacebox.springboot.autoconfiguration.rest
 
tech.mhuang.pacebox.springboot.autoconfiguration.sms - 程序包 tech.mhuang.pacebox.springboot.autoconfiguration.sms
 
tech.mhuang.pacebox.springboot.autoconfiguration.swagger - 程序包 tech.mhuang.pacebox.springboot.autoconfiguration.swagger
 
tech.mhuang.pacebox.springboot.autoconfiguration.task - 程序包 tech.mhuang.pacebox.springboot.autoconfiguration.task
 
tech.mhuang.pacebox.springboot.autoconfiguration.trace - 程序包 tech.mhuang.pacebox.springboot.autoconfiguration.trace
 
tech.mhuang.pacebox.springboot.autoconfiguration.trace.mybatis - 程序包 tech.mhuang.pacebox.springboot.autoconfiguration.trace.mybatis
 
tech.mhuang.pacebox.springboot.autoconfiguration.trace.rest - 程序包 tech.mhuang.pacebox.springboot.autoconfiguration.trace.rest
 
tech.mhuang.pacebox.springboot.autoconfiguration.trace.servlet - 程序包 tech.mhuang.pacebox.springboot.autoconfiguration.trace.servlet
 
tech.mhuang.pacebox.springboot.autoconfiguration.trace.sms - 程序包 tech.mhuang.pacebox.springboot.autoconfiguration.trace.sms
 
tech.mhuang.pacebox.springboot.autoconfiguration.trace.webclient - 程序包 tech.mhuang.pacebox.springboot.autoconfiguration.trace.webclient
 
tech.mhuang.pacebox.springboot.autoconfiguration.validate - 程序包 tech.mhuang.pacebox.springboot.autoconfiguration.validate
 
tech.mhuang.pacebox.springboot.autoconfiguration.wechat - 程序包 tech.mhuang.pacebox.springboot.autoconfiguration.wechat
 
TRACE - 类 中的静态变量tech.mhuang.pacebox.springboot.autoconfiguration.ConfigConsts
 
TRACE_SMS - 类 中的静态变量tech.mhuang.pacebox.springboot.autoconfiguration.ConfigConsts
 
TraceAutoConfiguration - tech.mhuang.pacebox.springboot.autoconfiguration.trace中的类
自动Trace注入
TraceAutoConfiguration() - 类 的构造器tech.mhuang.pacebox.springboot.autoconfiguration.trace.TraceAutoConfiguration
 
TraceMybatisConfiguration - tech.mhuang.pacebox.springboot.autoconfiguration.trace.mybatis中的类
mybatis 配置
TraceMybatisConfiguration(Tracer) - 类 的构造器tech.mhuang.pacebox.springboot.autoconfiguration.trace.mybatis.TraceMybatisConfiguration
 
traceMybatisInterceptor() - 类 中的方法tech.mhuang.pacebox.springboot.autoconfiguration.trace.mybatis.TraceMybatisConfiguration
 
TraceMybatisInterceptor - tech.mhuang.pacebox.springboot.autoconfiguration.trace.mybatis中的类
mybatis配置
TraceMybatisInterceptor(Tracer) - 类 的构造器tech.mhuang.pacebox.springboot.autoconfiguration.trace.mybatis.TraceMybatisInterceptor
 
TraceMybatisProperties - tech.mhuang.pacebox.springboot.autoconfiguration.trace.mybatis中的类
mybatis埋点
TraceMybatisProperties() - 类 的构造器tech.mhuang.pacebox.springboot.autoconfiguration.trace.mybatis.TraceMybatisProperties
 
TraceProperties - tech.mhuang.pacebox.springboot.autoconfiguration.trace中的类
自动Trace配置
TraceProperties() - 类 的构造器tech.mhuang.pacebox.springboot.autoconfiguration.trace.TraceProperties
 
tracer - 类 中的变量tech.mhuang.pacebox.springboot.autoconfiguration.trace.mybatis.TraceMybatisConfiguration
 
tracer - 类 中的变量tech.mhuang.pacebox.springboot.autoconfiguration.trace.rest.TraceRestTemplateConfiguration
 
tracer - 类 中的变量tech.mhuang.pacebox.springboot.autoconfiguration.trace.sms.TraceSmsConfiguration
 
TraceRestTemplateConfiguration - tech.mhuang.pacebox.springboot.autoconfiguration.trace.rest中的类
restTemplate配置
TraceRestTemplateConfiguration(Tracer) - 类 的构造器tech.mhuang.pacebox.springboot.autoconfiguration.trace.rest.TraceRestTemplateConfiguration
 
traceRestTemplateInterceptor() - 类 中的方法tech.mhuang.pacebox.springboot.autoconfiguration.trace.rest.TraceRestTemplateConfiguration
 
TraceRestTemplateInterceptor - tech.mhuang.pacebox.springboot.autoconfiguration.trace.rest中的类
restTemplate埋点
TraceRestTemplateInterceptor(Tracer) - 类 的构造器tech.mhuang.pacebox.springboot.autoconfiguration.trace.rest.TraceRestTemplateInterceptor
 
TraceRestTemplateProperties - tech.mhuang.pacebox.springboot.autoconfiguration.trace.rest中的类
RestTemplate 配置
TraceRestTemplateProperties() - 类 的构造器tech.mhuang.pacebox.springboot.autoconfiguration.trace.rest.TraceRestTemplateProperties
 
TraceRestTemplateSpanDecorator - tech.mhuang.pacebox.springboot.autoconfiguration.trace.rest中的类
restTemplate span埋点
TraceRestTemplateSpanDecorator() - 类 的构造器tech.mhuang.pacebox.springboot.autoconfiguration.trace.rest.TraceRestTemplateSpanDecorator
 
TraceServletConfiguration - tech.mhuang.pacebox.springboot.autoconfiguration.trace.servlet中的类
servlet配置
TraceServletConfiguration() - 类 的构造器tech.mhuang.pacebox.springboot.autoconfiguration.trace.servlet.TraceServletConfiguration
 
TraceServletFilterSpanDecorator - tech.mhuang.pacebox.springboot.autoconfiguration.trace.servlet中的类
servlet 埋点处理
TraceServletFilterSpanDecorator() - 类 的构造器tech.mhuang.pacebox.springboot.autoconfiguration.trace.servlet.TraceServletFilterSpanDecorator
 
TraceServletProperties - tech.mhuang.pacebox.springboot.autoconfiguration.trace.servlet中的类
servlet埋点
TraceServletProperties() - 类 的构造器tech.mhuang.pacebox.springboot.autoconfiguration.trace.servlet.TraceServletProperties
 
TraceSmsConfiguration - tech.mhuang.pacebox.springboot.autoconfiguration.trace.sms中的类
短信埋点
TraceSmsConfiguration(Tracer) - 类 的构造器tech.mhuang.pacebox.springboot.autoconfiguration.trace.sms.TraceSmsConfiguration
 
TraceSmsProperties - tech.mhuang.pacebox.springboot.autoconfiguration.trace.sms中的类
短信埋点
TraceSmsProperties() - 类 的构造器tech.mhuang.pacebox.springboot.autoconfiguration.trace.sms.TraceSmsProperties
 
traceSmsTemplateInteceptor() - 类 中的方法tech.mhuang.pacebox.springboot.autoconfiguration.trace.sms.TraceSmsConfiguration
 
TraceSmsTemplateInteceptor - tech.mhuang.pacebox.springboot.autoconfiguration.trace.sms中的类
短信埋点
TraceSmsTemplateInteceptor(Tracer) - 类 的构造器tech.mhuang.pacebox.springboot.autoconfiguration.trace.sms.TraceSmsTemplateInteceptor
 
TraceWebClientSpanDecorator - tech.mhuang.pacebox.springboot.autoconfiguration.trace.webclient中的类
埋点webClient
TraceWebClientSpanDecorator() - 类 的构造器tech.mhuang.pacebox.springboot.autoconfiguration.trace.webclient.TraceWebClientSpanDecorator
 
TRUE - 类 中的静态变量tech.mhuang.pacebox.springboot.autoconfiguration.ConfigConsts
 

V

VALIDATION - 类 中的静态变量tech.mhuang.pacebox.springboot.autoconfiguration.ConfigConsts
 
ValidationAutoConfiguration - tech.mhuang.pacebox.springboot.autoconfiguration.validate中的类
验证自动注册
ValidationAutoConfiguration(ValidationProperties) - 类 的构造器tech.mhuang.pacebox.springboot.autoconfiguration.validate.ValidationAutoConfiguration
 
ValidationProperties - tech.mhuang.pacebox.springboot.autoconfiguration.validate中的类
 
ValidationProperties() - 类 的构造器tech.mhuang.pacebox.springboot.autoconfiguration.validate.ValidationProperties
 
validator(MessageSource) - 类 中的方法tech.mhuang.pacebox.springboot.autoconfiguration.validate.ValidationAutoConfiguration
 
valueOf(String) - 枚举 中的静态方法tech.mhuang.pacebox.springboot.autoconfiguration.datasecure.consts.DecryptType
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法tech.mhuang.pacebox.springboot.autoconfiguration.datasecure.consts.EncryptType
返回带有指定名称的该类型的枚举常量。
values() - 枚举 中的静态方法tech.mhuang.pacebox.springboot.autoconfiguration.datasecure.consts.DecryptType
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法tech.mhuang.pacebox.springboot.autoconfiguration.datasecure.consts.EncryptType
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。

W

WECHAT - 类 中的静态变量tech.mhuang.pacebox.springboot.autoconfiguration.ConfigConsts
 
WECHAT_POOL - 类 中的静态变量tech.mhuang.pacebox.springboot.autoconfiguration.ConfigConsts
 
WechatAutoConfiguration - tech.mhuang.pacebox.springboot.autoconfiguration.wechat中的类
微信配置
WechatAutoConfiguration(WechatProperties, WechatThreadPool) - 类 的构造器tech.mhuang.pacebox.springboot.autoconfiguration.wechat.WechatAutoConfiguration
 
WechatProperties - tech.mhuang.pacebox.springboot.autoconfiguration.wechat中的类
task properties
WechatProperties() - 类 的构造器tech.mhuang.pacebox.springboot.autoconfiguration.wechat.WechatProperties
 
WechatThreadPool - tech.mhuang.pacebox.springboot.autoconfiguration.wechat中的类
微信线程池配置
WechatThreadPool() - 类 的构造器tech.mhuang.pacebox.springboot.autoconfiguration.wechat.WechatThreadPool
 
A B C D E F G I J K L M O P R S T V W 
跳过导航链接

Copyright © 2020. All rights reserved.