Skip to content

Commit 59e5f78

Browse files
committed
Merge branch 'master-jdk17' of https://gitee.com/zhijiantianya/ruoyi-vue-pro
2 parents ded7a38 + 2ee6463 commit 59e5f78

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
<module>yudao-module-system</module>
1717
<module>yudao-module-infra</module>
1818
<!-- <module>yudao-module-member</module>-->
19-
<!-- <module>yudao-module-bpm</module>-->
19+
<module>yudao-module-bpm</module>
2020
<!-- <module>yudao-module-report</module>-->
2121
<!-- <module>yudao-module-mp</module>-->
2222
<!-- <module>yudao-module-pay</module>-->

yudao-dependencies/pom.xml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@
2626
<servlet.versoin>2.5</servlet.versoin>
2727
<!-- DB 相关 -->
2828
<druid.version>1.2.24</druid.version>
29+
<mybatis.version>3.5.19</mybatis.version>
2930
<mybatis-plus.version>3.5.10.1</mybatis-plus.version>
3031
<dynamic-datasource.version>4.3.1</dynamic-datasource.version>
3132
<mybatis-plus-join.version>1.4.13</mybatis-plus-join.version>
@@ -191,6 +192,12 @@
191192
<artifactId>druid-spring-boot-starter</artifactId>
192193
<version>${druid.version}</version>
193194
</dependency>
195+
<dependency>
196+
<!-- 注意:必须声明,避免 flowable 和 mybatis-plus 引入的 mybatis 版本不一致!!! -->
197+
<groupId>org.mybatis</groupId>
198+
<artifactId>mybatis</artifactId>
199+
<version>${mybatis.version}</version>
200+
</dependency>
194201
<dependency>
195202
<groupId>com.baomidou</groupId>
196203
<artifactId>mybatis-plus-boot-starter</artifactId>

0 commit comments

Comments
 (0)