This commit is contained in:
ls
2024-09-09 17:23:12 +08:00
parent ff601b0755
commit 492d2271f8
234 changed files with 1243 additions and 388042 deletions

View File

@@ -24,7 +24,12 @@
<groupId>org.jeecgframework.boot3</groupId>
<artifactId>hibernate-re</artifactId>
</dependency>
<!-- 引入分布式锁依赖 -->
<dependency>
<groupId>org.jeecgframework.boot</groupId>
<artifactId>jeecg-boot-starter3-lock</artifactId>
<version>3.7.0</version>
</dependency>
<!-- 企业微信/钉钉 api -->
<dependency>
<groupId>org.jeecgframework</groupId>
@@ -46,6 +51,12 @@
<artifactId>jeecg-boot-starter3-chatgpt</artifactId>
<version>3.7.0</version>
</dependency>
<dependency>
<!-- jsoup HTML parser library @ https://jsoup.org/ -->
<groupId>org.jsoup</groupId>
<artifactId>jsoup</artifactId>
<version>1.18.1</version>
</dependency>
<!-- 积木报表 mongo redis 支持包
<dependency>
<groupId>org.jeecgframework.jimureport</groupId>