修复Online同步数据库

pull/6182/head
EightMonth 2024-04-26 12:53:22 +08:00
parent 94c45f5e0f
commit 24dbd1db39
1 changed files with 6 additions and 1 deletions

View File

@ -241,7 +241,12 @@
<dependency>
<groupId>org.jeecgframework.boot3</groupId>
<artifactId>hibernate-re</artifactId>
<version>3.6.1-beta</version>
<version>3.6.1-GA</version>
</dependency>
<dependency>
<groupId>org.glassfish.jaxb</groupId>
<artifactId>jaxb-runtime</artifactId>
<version>2.3.3</version>
</dependency>
<!--mongon db-->