@Configuration @ConditionalOnClass(value=net.wicp.tams.common.connector.executor.impl.CommonService.class) @Order(value=2147483647) public class ConfigInit.ConnectionConfig extends Object
| 构造器和说明 |
|---|
ConnectionConfig() |
| 限定符和类型 | 方法和说明 |
|---|---|
org.springframework.boot.web.servlet.ServletRegistrationBean |
confServlet(ConnectorServlet servlet) |
protected CommonService |
createExecutor(org.springframework.context.ApplicationContext context,
IConfigManager configManager) |
protected IConfigManager |
createIConfigManager() |
ConnectorServlet |
servlet() |
@Bean @ConditionalOnMissingBean protected IConfigManager createIConfigManager()
@Bean protected CommonService createExecutor(org.springframework.context.ApplicationContext context, IConfigManager configManager)
@Bean public ConnectorServlet servlet()
@Bean public org.springframework.boot.web.servlet.ServletRegistrationBean confServlet(ConnectorServlet servlet)
Copyright © 2018. All rights reserved.