|
|
|
@ -7,6 +7,7 @@ import com.fr.config.activator.BaseDBActivator;
|
|
|
|
|
import com.fr.config.activator.ConfigurationActivator; |
|
|
|
|
import com.fr.env.operator.CommonOperatorImpl; |
|
|
|
|
import com.fr.general.I18nResource; |
|
|
|
|
import com.fr.health.activator.ModuleHealActivator; |
|
|
|
|
import com.fr.io.exporter.excel.stream.StreamExcel2007Exporter; |
|
|
|
|
import com.fr.main.impl.WorkBook; |
|
|
|
|
import com.fr.main.workbook.ResultWorkBook; |
|
|
|
@ -31,6 +32,7 @@ public class ExportApi {
|
|
|
|
|
Module module = ActivatorToolBox.simpleLink(new BaseDBActivator(), |
|
|
|
|
new ConfigurationActivator(), |
|
|
|
|
new StandaloneModeActivator(), |
|
|
|
|
new ModuleHealActivator(), |
|
|
|
|
new StateServiceActivator(), |
|
|
|
|
new SchedulerActivator(), |
|
|
|
|
new ReportBaseActivator(), |
|
|
|
|