1.完成生成简历

This commit is contained in:
sh
2026-02-03 12:39:27 +08:00
parent 30faf7f933
commit 6b7e359234
6 changed files with 187 additions and 7 deletions

View File

@@ -111,6 +111,12 @@
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-websocket</artifactId>
</dependency>
<dependency>
<groupId>com.deepoove</groupId>
<artifactId>poi-tl</artifactId>
<version>1.12.2</version>
<scope>compile</scope>
</dependency>
</dependencies>
</project>