提供springboot3版本的online依赖支持

pull/5766/head
zhangdaiscott 2023-12-21 14:57:14 +08:00
parent 6ce92798c6
commit 732f05dc74
2 changed files with 5 additions and 5 deletions

View File

@ -19,10 +19,10 @@
<groupId>org.hibernate</groupId>
<artifactId>hibernate-core</artifactId>
</dependency>
<!--<dependency>
<groupId>org.jeecgframework.boot</groupId>
<dependency>
<groupId>org.jeecgframework.boot3</groupId>
<artifactId>hibernate-re</artifactId>
</dependency>-->
</dependency>
<!-- 企业微信/钉钉 api -->
<dependency>

View File

@ -235,9 +235,9 @@
</exclusions>
</dependency>
<dependency>
<groupId>org.jeecgframework.boot</groupId>
<groupId>org.jeecgframework.boot3</groupId>
<artifactId>hibernate-re</artifactId>
<version>3.6.1</version>
<version>3.6.1-beta</version>
</dependency>
<!--mongon db-->