@Configuration @Import(value=JediExecutorRegistrar.class) @ConditionalOnProperty(value="jedi.enable", havingValue="true") public class JediExecutorAutoConfig extends Object
| 构造器和说明 |
|---|
JediExecutorAutoConfig() |
| 限定符和类型 | 方法和说明 |
|---|---|
static PropertySourcesProcessor |
propertySourcesProcessor()
mode enum see
JediModeEnum
see the @Bean javadocs for details
on working with BeanFactoryPostProcessor types such as
PropertySourcesPlaceholderConfigurer |
@Bean
@ConditionalOnExpression(value="#{environment[\'jedi.mode\']==null||\'0\'.equals(environment[\'jedi.mode\'])||\'2\'.equals(environment[\'jedi.mode\'])}")
public static PropertySourcesProcessor propertySourcesProcessor()
JediModeEnum
see the @Bean javadocs for details
on working with BeanFactoryPostProcessor types such as
PropertySourcesPlaceholderConfigurerCopyright © 2022 hellothomas. All rights reserved.