@Configuration @ComponentScan(value="bld.generator") public class EnableExcelGeneratorConfiguration extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
SPRING_DATASOURCE_URL
The Constant SPRING_DATASOURCE_URL.
|
| Constructor and Description |
|---|
EnableExcelGeneratorConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
void |
checkEntityAnnotation()
Check entity annotation.
The property "bld.commons.check.annotation" must be false. |
public static final String SPRING_DATASOURCE_URL
@Bean
@ConditionalOnProperty(name="bld.commons.check.annotation",
havingValue="true",
matchIfMissing=false)
public void checkEntityAnnotation()
throws Exception
Exception - the exceptionCopyright © 2022. All rights reserved.