@Configuration @EnableConfigurationProperties(value=TLogProperty.class) @AutoConfigureAfter(value=TLogCommonAutoConfiguration.class) @PropertySource(name="TLog Default Properties", value="classpath:/META-INF/tlog-default.properties") public class TLogPropertyConfiguration extends Object
@Bean @ConditionalOnMissingBean(value=com.yomahub.tlog.spring.TLogPropertyInit.class) public com.yomahub.tlog.spring.TLogPropertyInit tLogPropertyInit(TLogProperty tLogProperty)
Copyright © 2022. All rights reserved.