Class ExcelConfigProperties
- java.lang.Object
-
- com.pig4cloud.plugin.excel.config.ExcelConfigProperties
-
@ConfigurationProperties(prefix="excel") public class ExcelConfigProperties extends java.lang.Object- Author:
- lengleng
-
-
Field Summary
Fields Modifier and Type Field Description (package private) static java.lang.StringPREFIXprivate java.lang.StringtemplatePath模板路径
-
Constructor Summary
Constructors Constructor Description ExcelConfigProperties()
-
-
-
Field Detail
-
PREFIX
static final java.lang.String PREFIX
- See Also:
- Constant Field Values
-
templatePath
private java.lang.String templatePath
模板路径
-
-