@Configuration(proxyBeanMethods=false) @AutoConfigureAfter(value=MybatisFlexAutoConfiguration.class) @EnableConfigurationProperties(value=MybatisFlexProperties.class) @ConditionalOnProperty(prefix="mybatis-flex.admin-config", name="enable", havingValue="true") public class MybatisFlexAdminAutoConfiguration extends Object implements org.springframework.beans.factory.InitializingBean
| 限定符和类型 | 字段和说明 |
|---|---|
private com.mybatisflex.core.audit.http.HttpMessageReporter.JSONFormatter |
jsonFormatter |
private com.mybatisflex.core.audit.MessageFactory |
messageFactory |
private MybatisFlexProperties |
properties |
| 构造器和说明 |
|---|
MybatisFlexAdminAutoConfiguration(org.springframework.beans.factory.ObjectProvider<com.mybatisflex.core.audit.MessageFactory> messageFactory,
org.springframework.beans.factory.ObjectProvider<com.mybatisflex.core.audit.http.HttpMessageReporter.JSONFormatter> jsonFormatter,
MybatisFlexProperties properties) |
private final com.mybatisflex.core.audit.MessageFactory messageFactory
private final MybatisFlexProperties properties
private final com.mybatisflex.core.audit.http.HttpMessageReporter.JSONFormatter jsonFormatter
public MybatisFlexAdminAutoConfiguration(org.springframework.beans.factory.ObjectProvider<com.mybatisflex.core.audit.MessageFactory> messageFactory, org.springframework.beans.factory.ObjectProvider<com.mybatisflex.core.audit.http.HttpMessageReporter.JSONFormatter> jsonFormatter, MybatisFlexProperties properties)
public void afterPropertiesSet()
afterPropertiesSet 在接口中 org.springframework.beans.factory.InitializingBeanCopyright © 2023. All rights reserved.