2026-6-30:

1.后端代码2次更新
This commit is contained in:
朱春声99
2026-06-29 17:37:53 +08:00
parent 71fca48178
commit 041a446933
27 changed files with 897 additions and 18 deletions

View File

@@ -29,6 +29,7 @@
<pagehelper.version>2.1.0</pagehelper.version>
<jwt.version>4.4.0</jwt.version>
<knife4j.version>4.5.0</knife4j.version>
<easyexcel.version>3.3.4</easyexcel.version>
<jakarta.servlet-api.version>6.0.0</jakarta.servlet-api.version>
<lombok.version>1.18.30</lombok.version>
</properties>
@@ -104,6 +105,12 @@
<artifactId>commons-pool2</artifactId>
<version>2.12.0</version>
</dependency>
<dependency>
<groupId>com.alibaba</groupId>
<artifactId>easyexcel</artifactId>
<version>${easyexcel.version}</version>
</dependency>
</dependencies>
</dependencyManagement>