mirror of https://github.com/jeecgboot/jeecg-boot
3.4.4 online低代码功能模块,依赖升级
parent
0fdbf642d8
commit
cf3d746d63
|
@ -35,7 +35,7 @@ public class MybatisPlusSaasConfig {
|
||||||
/**
|
/**
|
||||||
* 哪些表需要做多租户 表需要添加一个字段 tenant_id
|
* 哪些表需要做多租户 表需要添加一个字段 tenant_id
|
||||||
*/
|
*/
|
||||||
private static final List<String> TENANT_TABLE = new ArrayList<String>();
|
public static final List<String> TENANT_TABLE = new ArrayList<String>();
|
||||||
|
|
||||||
static {
|
static {
|
||||||
TENANT_TABLE.add("demo");
|
TENANT_TABLE.add("demo");
|
||||||
|
|
2
pom.xml
2
pom.xml
|
@ -222,7 +222,7 @@
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.jeecgframework.boot</groupId>
|
<groupId>org.jeecgframework.boot</groupId>
|
||||||
<artifactId>hibernate-re</artifactId>
|
<artifactId>hibernate-re</artifactId>
|
||||||
<version>3.4.3-GA2</version>
|
<version>3.4.4-beta</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
|
|
||||||
<!-- 七牛云SDK -->
|
<!-- 七牛云SDK -->
|
||||||
|
|
Loading…
Reference in New Issue