|
|
@ -8,6 +8,7 @@ import com.fr.config.activator.BaseDBActivator; |
|
|
|
import com.fr.config.activator.ConfigurationActivator; |
|
|
|
import com.fr.config.activator.ConfigurationActivator; |
|
|
|
import com.fr.env.operator.CommonOperatorImpl; |
|
|
|
import com.fr.env.operator.CommonOperatorImpl; |
|
|
|
import com.fr.general.I18nResource; |
|
|
|
import com.fr.general.I18nResource; |
|
|
|
|
|
|
|
import com.fr.health.activator.ModuleHealActivator; |
|
|
|
import com.fr.io.exporter.ExcelExporter; |
|
|
|
import com.fr.io.exporter.ExcelExporter; |
|
|
|
import com.fr.io.exporter.LargeDataPageExcelExporter; |
|
|
|
import com.fr.io.exporter.LargeDataPageExcelExporter; |
|
|
|
import com.fr.io.exporter.PageExcel2007Exporter; |
|
|
|
import com.fr.io.exporter.PageExcel2007Exporter; |
|
|
@ -40,6 +41,7 @@ public class ExportExcel { |
|
|
|
Module module = ActivatorToolBox.simpleLink(new BaseDBActivator(), |
|
|
|
Module module = ActivatorToolBox.simpleLink(new BaseDBActivator(), |
|
|
|
new ConfigurationActivator(), |
|
|
|
new ConfigurationActivator(), |
|
|
|
new StandaloneModeActivator(), |
|
|
|
new StandaloneModeActivator(), |
|
|
|
|
|
|
|
new ModuleHealActivator(), |
|
|
|
new StateServiceActivator(), |
|
|
|
new StateServiceActivator(), |
|
|
|
new ChartBaseActivator(), |
|
|
|
new ChartBaseActivator(), |
|
|
|
new SchedulerActivator(), |
|
|
|
new SchedulerActivator(), |
|
|
|