yxk-20260410-集成流程引擎配置文件

This commit is contained in:
ye1023
2026-04-10 09:20:15 +08:00
parent 9a65463105
commit 3867ffec1b
3 changed files with 15 additions and 8 deletions
@@ -149,11 +149,11 @@
<artifactId>commons-langs</artifactId>
<version>2.7.1</version>
</dependency>
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-xj-jdbc</artifactId>
<version>2.11.2</version>
</dependency>
<!-- <dependency>-->
<!-- <groupId>org.apache.commons</groupId>-->
<!-- <artifactId>commons-xj-jdbc</artifactId>-->
<!-- <version>2.11.2</version>-->
<!-- </dependency>-->
<dependency>
<groupId>org.jsoup</groupId>
@@ -232,5 +232,12 @@
<artifactId>jeecg-boot-starter-chatgpt</artifactId>
</dependency>
<!-- end JOA作为微服务独立启动,需要放开以下依赖 -->
<dependency>
<groupId>org.jeecgframework.boot</groupId>
<artifactId>jeecg-boot-module-bpm-flowable</artifactId>
<version>${jeecgboot.version}</version>
</dependency>
</dependencies>
</project>
+2 -2
View File
@@ -14,8 +14,8 @@
<modules>
<module>jeecg-boot-module-airag-flow</module>
<module>jeecg-boot-module-desform</module>
<module>jeecg-boot-module-online</module>
<!-- <module>jeecg-boot-module-desform</module>-->
<!-- <module>jeecg-boot-module-online</module>-->
<module>jeecg-boot-module-bpm-flowable</module>
</modules>
+1 -1
View File
@@ -96,7 +96,7 @@
<module>jeecg-boot-base-core</module>
<module>jeecg-module-system</module>
<module>jeecg-boot-module</module>
<!-- <module>jeecg-boot-platform</module> -->
<module>jeecg-boot-platform</module>
</modules>
<repositories>