@Configuration @Import(value=JediExecutorRegistrar.class) @ConditionalOnProperty(value="jedi.enable", havingValue="true") public class JediExecutorAutoConfig extends Object
| 构造器和说明 |
|---|
JediExecutorAutoConfig() |
| 限定符和类型 | 方法和说明 |
|---|---|
static PropertySourcesProcessor |
propertySourcesProcessor()
see the
@Bean javadocs for details
on working with BeanFactoryPostProcessor types such as
PropertySourcesPlaceholderConfigurer |
@Bean
@ConditionalOnProperty(value="jedi.offline-enable",
havingValue="false",
matchIfMissing=true)
public static PropertySourcesProcessor propertySourcesProcessor()
@Bean javadocs for details
on working with BeanFactoryPostProcessor types such as
PropertySourcesPlaceholderConfigurerCopyright © 2021 hellothomas. All rights reserved.