索引
All Classes and Interfaces|常量字段值|所有程序包|序列化表格
A
- AbstractDataSecure - tech.mhuang.pacebox.springboot.autoconfiguration.datasecure中的类
-
加解密数据抽象(可自行实现)
- AbstractDataSecure() - 类的构造器 tech.mhuang.pacebox.springboot.autoconfiguration.datasecure.AbstractDataSecure
- 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
- ALL - enum class 中的枚举常量 tech.mhuang.pacebox.springboot.autoconfiguration.datasecure.consts.DecryptType
-
全部
- ALL - enum class 中的枚举常量 tech.mhuang.pacebox.springboot.autoconfiguration.datasecure.consts.EncryptType
-
全部
- applicationClosedEventListener() - 类中的方法 tech.mhuang.pacebox.springboot.autoconfiguration.SpringBootExtAutoConfiguration
- apply(RequestTemplate) - 类中的方法 tech.mhuang.pacebox.springboot.autoconfiguration.trace.openfeign.TraceOpenFeignRequestInterceptor
- 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
- Clazz() - annotation interface 中的元素 tech.mhuang.pacebox.springboot.autoconfiguration.datasecure.annation.DataSecureField
-
加密默认处理类为AES
- 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
- 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
-
创建生产者
- CryptoUtil - tech.mhuang.pacebox.springboot.autoconfiguration.datasecure.util中的类
-
加密解密工具类
- CryptoUtil() - 类的构造器 tech.mhuang.pacebox.springboot.autoconfiguration.datasecure.util.CryptoUtil
- customize(UndertowServletWebServerFactory) - 类中的方法 tech.mhuang.pacebox.springboot.autoconfiguration.web.UndertowServerFactoryCustomizer
- customOpenAPI() - 类中的方法 tech.mhuang.pacebox.springboot.autoconfiguration.swagger.SwaggerAutoConfiguration
-
create api info
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中的Annotation Interface
-
数据安全字段处理(用于对应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(DataSecureProperties) - 类中的方法 tech.mhuang.pacebox.springboot.autoconfiguration.datasecure.DataSecureAutoConfiguration
-
请求解密
- DataSecureRequestBodyAdvice - tech.mhuang.pacebox.springboot.autoconfiguration.datasecure.advice中的类
-
请求数据解密
- DataSecureRequestBodyAdvice(DataSecureProperties) - 类的构造器 tech.mhuang.pacebox.springboot.autoconfiguration.datasecure.advice.DataSecureRequestBodyAdvice
- dataSecureResponseBodyAdvice(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
- decode() - annotation interface 中的元素 tech.mhuang.pacebox.springboot.autoconfiguration.datasecure.annation.DataSecureField
-
是否解密
- 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中的Annotation Interface
-
解密(注解可在方法/类/参数中使用)
- DecryptType - tech.mhuang.pacebox.springboot.autoconfiguration.datasecure.consts中的Enum Class
-
解密类型
- 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
E
- ELASTICSEARCH - 类中的静态变量 tech.mhuang.pacebox.springboot.autoconfiguration.ConfigConsts
- ENABLE - 类中的静态变量 tech.mhuang.pacebox.springboot.autoconfiguration.ConfigConsts
- encode() - annotation interface 中的元素 tech.mhuang.pacebox.springboot.autoconfiguration.datasecure.annation.DataSecureField
-
是否加密
- 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中的Annotation Interface
-
加密(注解可在方法/类中使用)
- EncryptType - tech.mhuang.pacebox.springboot.autoconfiguration.datasecure.consts中的Enum Class
-
加密类型
- 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
- execute(Request, Request.Options) - 类中的方法 tech.mhuang.pacebox.springboot.autoconfiguration.trace.openfeign.TraceFeignClient
- executorEventWechat() - 类中的方法 tech.mhuang.pacebox.springboot.autoconfiguration.wechat.WechatAutoConfiguration
F
- FIELD - enum class 中的枚举常量 tech.mhuang.pacebox.springboot.autoconfiguration.datasecure.consts.DecryptType
-
字段
- FIELD - enum class 中的枚举常量 tech.mhuang.pacebox.springboot.autoconfiguration.datasecure.consts.EncryptType
-
字段
- formatMessage(int, String, long, String, String, String, String) - 类中的方法 tech.mhuang.pacebox.springboot.autoconfiguration.p6spy.P6SpyLogger
G
- getUndertowServerFactoryCustomizer() - 类中的方法 tech.mhuang.pacebox.springboot.autoconfiguration.SpringBootExtAutoConfiguration.WebMvcConfig
I
- IgnoreTrace - tech.mhuang.pacebox.springboot.autoconfiguration.trace.annoation中的Annotation Interface
-
埋点忽略
- init() - 类中的方法 tech.mhuang.pacebox.springboot.autoconfiguration.oss.OssAutoConfiguration.OssTemplatePostProcessingConfiguration
-
添加拦截器
- init() - 类中的方法 tech.mhuang.pacebox.springboot.autoconfiguration.sms.SmsAutoConfiguration.SmsTemplatePostProcessingConfiguration
-
添加拦截器
- intercept(Interceptor.Chain) - 类中的方法 tech.mhuang.pacebox.springboot.autoconfiguration.trace.okhttp.TraceOkHttpInterceptor
- 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中的类
-
reactor cors 配置
- InterReactorCorsAutoConfiguration(CorsProperties) - 类的构造器 tech.mhuang.pacebox.springboot.autoconfiguration.cors.InterReactorCorsAutoConfiguration
- isTraced(Request) - 类中的方法 tech.mhuang.pacebox.springboot.autoconfiguration.trace.okhttp.TraceOkHttpInterceptor
- isTraced(HttpRequest) - 类中的方法 tech.mhuang.pacebox.springboot.autoconfiguration.trace.rest.TraceRestTemplateInterceptor
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
- jwtFramework(IJwtExternal, SpringContextHolder) - 类中的方法 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
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
- okHttpClientBuilder() - 类中的方法 tech.mhuang.pacebox.springboot.autoconfiguration.trace.okhttp.TraceOkHttpConfiguration
- onCancel(ClientRequest, Span) - 类中的方法 tech.mhuang.pacebox.springboot.autoconfiguration.trace.webclient.TraceWebClientSpanDecorator
- onError(HttpRequest, Throwable, Span) - 类中的方法 tech.mhuang.pacebox.springboot.autoconfiguration.trace.rest.TraceRestTemplateSpanDecorator
- onError(ClientRequest, Throwable, Span) - 类中的方法 tech.mhuang.pacebox.springboot.autoconfiguration.trace.webclient.TraceWebClientSpanDecorator
- onRequest(HttpRequest, Span) - 类中的方法 tech.mhuang.pacebox.springboot.autoconfiguration.trace.rest.TraceRestTemplateSpanDecorator
- onRequest(ClientRequest, Span) - 类中的方法 tech.mhuang.pacebox.springboot.autoconfiguration.trace.webclient.TraceWebClientSpanDecorator
- onResponse(HttpRequest, ClientHttpResponse, Span) - 类中的方法 tech.mhuang.pacebox.springboot.autoconfiguration.trace.rest.TraceRestTemplateSpanDecorator
- onResponse(ClientRequest, ClientResponse, Span) - 类中的方法 tech.mhuang.pacebox.springboot.autoconfiguration.trace.webclient.TraceWebClientSpanDecorator
- 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
- P6SpyLogger - tech.mhuang.pacebox.springboot.autoconfiguration.p6spy中的类
-
p6spy日志打印
- P6SpyLogger() - 类的构造器 tech.mhuang.pacebox.springboot.autoconfiguration.p6spy.P6SpyLogger
- PERMISSION - 类中的静态变量 tech.mhuang.pacebox.springboot.autoconfiguration.ConfigConsts
- permissionAdvisor(SpringContextHolder) - 类中的方法 tech.mhuang.pacebox.springboot.autoconfiguration.permission.PermissionAutoConfiguration
- PermissionAutoConfiguration - tech.mhuang.pacebox.springboot.autoconfiguration.permission中的类
-
springboot 权限通用工具
- PermissionAutoConfiguration(PermissionProperties) - 类的构造器 tech.mhuang.pacebox.springboot.autoconfiguration.permission.PermissionAutoConfiguration
- PermissionProperties - tech.mhuang.pacebox.springboot.autoconfiguration.permission中的类
-
SpringBoot 权限属性
- PermissionProperties() - 类的构造器 tech.mhuang.pacebox.springboot.autoconfiguration.permission.PermissionProperties
- 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
- properties - 类中的变量 tech.mhuang.pacebox.springboot.autoconfiguration.task.TaskAutoConfiguration
- properties - 类中的变量 tech.mhuang.pacebox.springboot.autoconfiguration.trace.okhttp.TraceOkHttpConfiguration
- properties - 类中的变量 tech.mhuang.pacebox.springboot.autoconfiguration.trace.openfeign.TraceOpenFeignConfiguration
- properties - 类中的变量 tech.mhuang.pacebox.springboot.autoconfiguration.trace.rest.TraceRestTemplateConfiguration
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
S
- 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
- SpringBootExtAutoConfiguration.WebMvcConfig - tech.mhuang.pacebox.springboot.autoconfiguration中的类
-
undertow警告去除
- SpringBootExtProperties - tech.mhuang.pacebox.springboot.autoconfiguration中的类
-
SpringBoot扩展配置
- SpringBootExtProperties() - 类的构造器 tech.mhuang.pacebox.springboot.autoconfiguration.SpringBootExtProperties
- springContextHolder() - 类中的方法 tech.mhuang.pacebox.springboot.autoconfiguration.SpringBootExtAutoConfiguration
-
create context process tool
- 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
- STOP_ENABLE - 类中的静态变量 tech.mhuang.pacebox.springboot.autoconfiguration.ConfigConsts
- supports(MethodParameter, Class) - 类中的方法 tech.mhuang.pacebox.springboot.autoconfiguration.datasecure.advice.DataSecureResponseBodyAdvice
- supports(MethodParameter, Type, Class<? extends HttpMessageConverter<?>>) - 类中的方法 tech.mhuang.pacebox.springboot.autoconfiguration.datasecure.advice.DataSecureRequestBodyAdvice
- SWAGGER - 类中的静态变量 tech.mhuang.pacebox.springboot.autoconfiguration.ConfigConsts
- SwaggerAutoConfiguration - tech.mhuang.pacebox.springboot.autoconfiguration.swagger中的类
-
swagger自动注册
- SwaggerAutoConfiguration(SwaggerProperties) - 类的构造器 tech.mhuang.pacebox.springboot.autoconfiguration.swagger.SwaggerAutoConfiguration
- SwaggerProperties - tech.mhuang.pacebox.springboot.autoconfiguration.swagger中的类
-
swagger properties
- SwaggerProperties() - 类的构造器 tech.mhuang.pacebox.springboot.autoconfiguration.swagger.SwaggerProperties
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.oss - 程序包 tech.mhuang.pacebox.springboot.autoconfiguration.oss
- tech.mhuang.pacebox.springboot.autoconfiguration.p6spy - 程序包 tech.mhuang.pacebox.springboot.autoconfiguration.p6spy
- tech.mhuang.pacebox.springboot.autoconfiguration.permission - 程序包 tech.mhuang.pacebox.springboot.autoconfiguration.permission
- 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.annoation - 程序包 tech.mhuang.pacebox.springboot.autoconfiguration.trace.annoation
- tech.mhuang.pacebox.springboot.autoconfiguration.trace.mybatis - 程序包 tech.mhuang.pacebox.springboot.autoconfiguration.trace.mybatis
- tech.mhuang.pacebox.springboot.autoconfiguration.trace.okhttp - 程序包 tech.mhuang.pacebox.springboot.autoconfiguration.trace.okhttp
- tech.mhuang.pacebox.springboot.autoconfiguration.trace.openfeign - 程序包 tech.mhuang.pacebox.springboot.autoconfiguration.trace.openfeign
- tech.mhuang.pacebox.springboot.autoconfiguration.trace.rest - 程序包 tech.mhuang.pacebox.springboot.autoconfiguration.trace.rest
- 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.web - 程序包 tech.mhuang.pacebox.springboot.autoconfiguration.web
- tech.mhuang.pacebox.springboot.autoconfiguration.wechat - 程序包 tech.mhuang.pacebox.springboot.autoconfiguration.wechat
- TRACE - 类中的静态变量 tech.mhuang.pacebox.springboot.autoconfiguration.ConfigConsts
- TRACE_MYBATIS - 类中的静态变量 tech.mhuang.pacebox.springboot.autoconfiguration.ConfigConsts
- TRACE_OKHTTP - 类中的静态变量 tech.mhuang.pacebox.springboot.autoconfiguration.ConfigConsts
- TRACE_OPENFEIGN - 类中的静态变量 tech.mhuang.pacebox.springboot.autoconfiguration.ConfigConsts
- TRACE_REST - 类中的静态变量 tech.mhuang.pacebox.springboot.autoconfiguration.ConfigConsts
- TRACE_SERVLET - 类中的静态变量 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
- TraceFeignClient - tech.mhuang.pacebox.springboot.autoconfiguration.trace.openfeign中的类
-
feign重构
- TraceFeignClient(Client) - 类的构造器 tech.mhuang.pacebox.springboot.autoconfiguration.trace.openfeign.TraceFeignClient
- traceFeignRequestInterceptor() - 类中的方法 tech.mhuang.pacebox.springboot.autoconfiguration.trace.openfeign.TraceOpenFeignConfiguration
- 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
- TraceOkHttpConfiguration - tech.mhuang.pacebox.springboot.autoconfiguration.trace.okhttp中的类
-
okhttp埋点配置
- TraceOkHttpConfiguration(Tracer, TraceOkHttpProperties) - 类的构造器 tech.mhuang.pacebox.springboot.autoconfiguration.trace.okhttp.TraceOkHttpConfiguration
- TraceOkHttpInterceptor - tech.mhuang.pacebox.springboot.autoconfiguration.trace.okhttp中的类
-
okhttp埋点拦截
- TraceOkHttpInterceptor(Tracer) - 类的构造器 tech.mhuang.pacebox.springboot.autoconfiguration.trace.okhttp.TraceOkHttpInterceptor
- TraceOkHttpInterceptor(Tracer, Pattern) - 类的构造器 tech.mhuang.pacebox.springboot.autoconfiguration.trace.okhttp.TraceOkHttpInterceptor
- TraceOkHttpProperties - tech.mhuang.pacebox.springboot.autoconfiguration.trace.okhttp中的类
-
RestTemplate 配置
- TraceOkHttpProperties() - 类的构造器 tech.mhuang.pacebox.springboot.autoconfiguration.trace.okhttp.TraceOkHttpProperties
- TraceOpenFeignConfiguration - tech.mhuang.pacebox.springboot.autoconfiguration.trace.openfeign中的类
-
trace feign
- TraceOpenFeignConfiguration(Tracer, TraceOpenFeignProperties) - 类的构造器 tech.mhuang.pacebox.springboot.autoconfiguration.trace.openfeign.TraceOpenFeignConfiguration
- TraceOpenFeignProperties - tech.mhuang.pacebox.springboot.autoconfiguration.trace.openfeign中的类
-
Feign 配置
- TraceOpenFeignProperties() - 类的构造器 tech.mhuang.pacebox.springboot.autoconfiguration.trace.openfeign.TraceOpenFeignProperties
- TraceOpenFeignRequestInterceptor - tech.mhuang.pacebox.springboot.autoconfiguration.trace.openfeign中的类
-
feign 拦截器
- TraceOpenFeignRequestInterceptor(Tracer, Pattern) - 类的构造器 tech.mhuang.pacebox.springboot.autoconfiguration.trace.openfeign.TraceOpenFeignRequestInterceptor
- 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.okhttp.TraceOkHttpConfiguration
- tracer - 类中的变量 tech.mhuang.pacebox.springboot.autoconfiguration.trace.openfeign.TraceOpenFeignConfiguration
- 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, TraceRestTemplateProperties) - 类的构造器 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, Pattern) - 类的构造器 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
- 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
- type() - annotation interface 中的元素 tech.mhuang.pacebox.springboot.autoconfiguration.datasecure.annation.DecryptMapping
-
默认整体解密
- type() - annotation interface 中的元素 tech.mhuang.pacebox.springboot.autoconfiguration.datasecure.annation.EncryptMapping
-
默认整体加密
U
- UndertowServerFactoryCustomizer - tech.mhuang.pacebox.springboot.autoconfiguration.web中的类
-
设置Undertow服务器 XnioWorker Buffers
- UndertowServerFactoryCustomizer() - 类的构造器 tech.mhuang.pacebox.springboot.autoconfiguration.web.UndertowServerFactoryCustomizer
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
- value() - annotation interface 中的元素 tech.mhuang.pacebox.springboot.autoconfiguration.datasecure.annation.DecryptMapping
-
默认使用全局配置
- value() - annotation interface 中的元素 tech.mhuang.pacebox.springboot.autoconfiguration.datasecure.annation.EncryptMapping
-
默认使用全局配置
- valueOf(String) - enum class中的静态方法 tech.mhuang.pacebox.springboot.autoconfiguration.datasecure.consts.DecryptType
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - enum class中的静态方法 tech.mhuang.pacebox.springboot.autoconfiguration.datasecure.consts.EncryptType
-
Returns the enum constant of this class with the specified name.
- values() - enum class中的静态方法 tech.mhuang.pacebox.springboot.autoconfiguration.datasecure.consts.DecryptType
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - enum class中的静态方法 tech.mhuang.pacebox.springboot.autoconfiguration.datasecure.consts.EncryptType
-
Returns an array containing the constants of this enum class, in the order they are declared.
W
- WebMvcConfig() - 类的构造器 tech.mhuang.pacebox.springboot.autoconfiguration.SpringBootExtAutoConfiguration.WebMvcConfig
- 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
All Classes and Interfaces|常量字段值|所有程序包|序列化表格