1.excel台账导入

2.pom文件添加
3.添加knife4j
4.添加日志
This commit is contained in:
wr
2023-09-26 19:35:33 +08:00
parent 547e83d786
commit 8316ac73f2
10 changed files with 498 additions and 2 deletions

15
pom.xml
View File

@@ -5,7 +5,7 @@
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>3.1.4</version>
<version>2.2.2.RELEASE</version>
<relativePath/> <!-- lookup parent from repository -->
</parent>
<groupId>com.njcn</groupId>
@@ -14,7 +14,6 @@
<packaging>jar</packaging>
<name>冀北数据同步项目</name>
<description>jb_syncdata</description>
@@ -156,6 +155,18 @@
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>com.alibaba</groupId>
<artifactId>easyexcel</artifactId>
<version>3.2.1</version>
</dependency>
<dependency>
<groupId>com.github.xiaoymin</groupId>
<artifactId>knife4j-spring-boot-starter</artifactId>
<version>2.0.7</version>
</dependency>
</dependencies>
<build>