This commit is contained in:
ls
2024-10-15 10:52:55 +08:00
parent e1f74f16de
commit a38c86ebee
5 changed files with 281 additions and 76 deletions

View File

@@ -45,11 +45,25 @@
<artifactId>drag-free-springboot3</artifactId>
<version>1.1.2</version>
</dependency>
<!-- chatgpt -->
<dependency>
<groupId>cn.hutool</groupId>
<artifactId>hutool-core</artifactId>
</dependency>
<dependency>
<groupId>cn.hutool</groupId>
<artifactId>hutool-http</artifactId>
</dependency>
<!-- chatgpt -->
<dependency>
<groupId>org.jeecgframework.boot</groupId>
<artifactId>jeecg-boot-starter3-chatgpt</artifactId>
<version>3.7.0</version>
<exclusions>
<exclusion>
<groupId>cn.hutool</groupId>
<artifactId>hutool-all</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<!-- jsoup HTML parser library @ https://jsoup.org/ -->