|
|
@@ -52,6 +52,7 @@ import org.apache.poi.xssf.usermodel.XSSFClientAnchor;
|
|
|
import org.apache.poi.xssf.usermodel.XSSFDataValidation;
|
|
|
import org.slf4j.Logger;
|
|
|
import org.slf4j.LoggerFactory;
|
|
|
+import org.springframework.beans.factory.annotation.Value;
|
|
|
|
|
|
import com.goafanti.common.bo.Result;
|
|
|
import com.goafanti.common.constant.AFTConstants;
|
|
|
@@ -73,6 +74,7 @@ public class NewExcelUtil<T> {
|
|
|
*/
|
|
|
public static final int sheetSize = 65536;
|
|
|
|
|
|
+ @Value(value = "upload.path")
|
|
|
public String downloadPath = "";
|
|
|
|
|
|
|