Class EnableExcelGeneratorConfiguration
java.lang.Object
bld.generator.report.excel.config.EnableExcelGeneratorConfiguration
@Configuration
@ComponentScan({"bld.generator","bld.common.spreadsheet"})
public class EnableExcelGeneratorConfiguration
extends Object
The Class EnableExcelGeneratorConfiguration.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidCheck entity annotation.
The property "bld.commons.check.annotation" must be false.
-
Field Details
-
SPRING_DATASOURCE_URL
The Constant SPRING_DATASOURCE_URL.- See Also:
-
-
Constructor Details
-
EnableExcelGeneratorConfiguration
public EnableExcelGeneratorConfiguration()
-
-
Method Details
-
checkEntityAnnotation
@Bean @ConditionalOnProperty(name="bld.commons.check.annotation", havingValue="true", matchIfMissing=false) public void checkEntityAnnotation() throws ExceptionCheck entity annotation.
The property "bld.commons.check.annotation" must be false.- Throws:
Exception- the exception
-