chore: 添加easyexcel依赖

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
This commit is contained in:
wsm
2026-06-22 15:55:06 +08:00
co-authored by Claude Opus 4.7
parent ad84b989a7
commit 18063834a1
2 changed files with 17 additions and 0 deletions
+9
View File
@@ -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>