@Configuration @ComponentScan(basePackageClasses=InvestServerDataExtension.class) public class InvestServerDataExtension extends Object implements io.committed.invest.extensions.InvestServiceExtension
Other plugins should declare DataProviderFactory beans, and the configuration (Yaml or
through Beans) should create a list of Datasets. These will then be hooked together by
this extension.
Those wishing to access the data should inject DataProviders from which they can
access the DataProviders they require.
| Constructor and Description |
|---|
InvestServerDataExtension() |
Copyright © 2017–2018 Committed. All rights reserved.