chore: 添加easyexcel依赖
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
This commit is contained in:
@@ -327,5 +327,14 @@
|
||||
<groupId>org.jeecgframework.boot</groupId>
|
||||
<artifactId>jeecg-boot-starter-chatgpt</artifactId>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.springframework.boot</groupId>
|
||||
<artifactId>spring-boot-starter-validation</artifactId>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>com.alibaba</groupId>
|
||||
<artifactId>easyexcel</artifactId>
|
||||
<scope>compile</scope>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
</project>
|
||||
|
||||
@@ -105,6 +105,7 @@
|
||||
<qiniu-uapp-sdk.version>7.4.0</qiniu-uapp-sdk.version>
|
||||
|
||||
<jsoup.version>1.11.3</jsoup.version>
|
||||
<esayexcel.version>4.0.3</esayexcel.version>
|
||||
|
||||
|
||||
</properties>
|
||||
@@ -346,6 +347,13 @@
|
||||
<version>${dom4j.version}</version>
|
||||
</dependency>
|
||||
|
||||
<dependency>
|
||||
<groupId>com.alibaba</groupId>
|
||||
<artifactId>easyexcel</artifactId>
|
||||
<version>${esayexcel.version}</version>
|
||||
<scope>compile</scope>
|
||||
</dependency>
|
||||
|
||||
<!-- hutool工具类
|
||||
<dependency>
|
||||
<groupId>cn.hutool</groupId>
|
||||
|
||||
Reference in New Issue
Block a user