文档与默认配置的库名不一致

nacos服务模块指定版本号
This commit is contained in:
zhangdaiscott
2022-05-19 23:55:49 +08:00
parent 9d9dbc9dc3
commit c7af40529c
7 changed files with 29 additions and 19 deletions

View File

@ -203,7 +203,22 @@
<artifactId>jeecg-boot-starter-shardingsphere</artifactId>
<version>${jeecgboot.version}</version>
</dependency>
<dependency>
<groupId>org.hibernate</groupId>
<artifactId>hibernate-core</artifactId>
<version>5.6.7.Final</version>
<exclusions>
<exclusion>
<groupId>commons-collections</groupId>
<artifactId>commons-collections</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.jeecgframework.boot</groupId>
<artifactId>hibernate-re</artifactId>
<version>3.2.0-beta</version>
</dependency>
<!-- 七牛云SDK -->
<dependency>