微调
This commit is contained in:
@@ -80,7 +80,7 @@ public class TimeUtil {
|
|||||||
|
|
||||||
@PostConstruct
|
@PostConstruct
|
||||||
public void init() throws IOException {
|
public void init() throws IOException {
|
||||||
File file = new File("D:\\AJava\\sj.xlsx");
|
File file = new File("/usr/local/jar/sj.xlsx");
|
||||||
List<LineTimeDto> excelDataV = EasyExcel.read(file)
|
List<LineTimeDto> excelDataV = EasyExcel.read(file)
|
||||||
.head(LineTimeDto.class)
|
.head(LineTimeDto.class)
|
||||||
.sheet(0).doReadSync();
|
.sheet(0).doReadSync();
|
||||||
|
|||||||
Reference in New Issue
Block a user