@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
| Constructor and Description |
|---|
MybatisFlexAdminAutoConfiguration(org.springframework.beans.factory.ObjectProvider<MessageFactory> messageFactory,
org.springframework.beans.factory.ObjectProvider<HttpMessageReporter.JSONFormatter> jsonFormatter,
MybatisFlexProperties properties) |
| Modifier and Type | Method and Description |
|---|---|
void |
afterPropertiesSet() |
public MybatisFlexAdminAutoConfiguration(org.springframework.beans.factory.ObjectProvider<MessageFactory> messageFactory, org.springframework.beans.factory.ObjectProvider<HttpMessageReporter.JSONFormatter> jsonFormatter, MybatisFlexProperties properties)
Copyright © 2024. All rights reserved.