文字修改
This commit is contained in:
@@ -349,7 +349,7 @@ Jeecg-Boot低代码开发平台,可以应用在任何J2EE项目的开发中,
|
|||||||

|

|
||||||
|
|
||||||
### Jeecg Boot 产品功能蓝图
|
### Jeecg Boot 产品功能蓝图
|
||||||

|

|
||||||
|
|
||||||
|
|
||||||
后台开发环境和依赖
|
后台开发环境和依赖
|
||||||
|
|||||||
+1
-2
@@ -12,7 +12,6 @@ import net.sf.jsqlparser.expression.operators.relational.ExpressionList;
|
|||||||
import net.sf.jsqlparser.expression.operators.relational.InExpression;
|
import net.sf.jsqlparser.expression.operators.relational.InExpression;
|
||||||
import net.sf.jsqlparser.schema.Column;
|
import net.sf.jsqlparser.schema.Column;
|
||||||
import org.apache.ibatis.reflection.MetaObject;
|
import org.apache.ibatis.reflection.MetaObject;
|
||||||
import org.jeecg.common.util.oConvertUtils;
|
|
||||||
import org.mybatis.spring.annotation.MapperScan;
|
import org.mybatis.spring.annotation.MapperScan;
|
||||||
import org.springframework.context.annotation.Bean;
|
import org.springframework.context.annotation.Bean;
|
||||||
import org.springframework.context.annotation.Configuration;
|
import org.springframework.context.annotation.Configuration;
|
||||||
@@ -73,7 +72,7 @@ public class MybatisPlusConfig {
|
|||||||
|
|
||||||
@Override
|
@Override
|
||||||
public Expression getTenantId(boolean select) {
|
public Expression getTenantId(boolean select) {
|
||||||
String tenant_id = oConvertUtils.getString(TenantContext.getTenant(),"0");
|
String tenant_id = TenantContext.getTenant();
|
||||||
return new LongValue(tenant_id);
|
return new LongValue(tenant_id);
|
||||||
}
|
}
|
||||||
@Override
|
@Override
|
||||||
|
|||||||
@@ -191,7 +191,7 @@ jeecg :
|
|||||||
# ElasticSearch 设置
|
# ElasticSearch 设置
|
||||||
elasticsearch:
|
elasticsearch:
|
||||||
cluster-name: jeecg-ES
|
cluster-name: jeecg-ES
|
||||||
cluster-nodes: 111.225.222.176:9200
|
cluster-nodes: 127.0.0.1:9200
|
||||||
check-enabled: true
|
check-enabled: true
|
||||||
# 表单设计器配置
|
# 表单设计器配置
|
||||||
desform:
|
desform:
|
||||||
|
|||||||
@@ -191,7 +191,7 @@ jeecg :
|
|||||||
# ElasticSearch 设置
|
# ElasticSearch 设置
|
||||||
elasticsearch:
|
elasticsearch:
|
||||||
cluster-name: jeecg-ES
|
cluster-name: jeecg-ES
|
||||||
cluster-nodes: http://fileview.jeecg.com
|
cluster-nodes: ??
|
||||||
check-enabled: false
|
check-enabled: false
|
||||||
# 表单设计器配置
|
# 表单设计器配置
|
||||||
desform:
|
desform:
|
||||||
|
|||||||
+3
-1
@@ -52,8 +52,10 @@
|
|||||||
<module>jeecg-boot-base</module>
|
<module>jeecg-boot-base</module>
|
||||||
<module>jeecg-boot-module-demo</module>
|
<module>jeecg-boot-module-demo</module>
|
||||||
<module>jeecg-boot-module-system</module>
|
<module>jeecg-boot-module-system</module>
|
||||||
|
|
||||||
|
<!-- 需要微服务,请打开注释
|
||||||
<module>jeecg-boot-starter</module>
|
<module>jeecg-boot-starter</module>
|
||||||
<module>jeecg-cloud-module</module>
|
<module>jeecg-cloud-module</module>-->
|
||||||
</modules>
|
</modules>
|
||||||
|
|
||||||
<distributionManagement>
|
<distributionManagement>
|
||||||
|
|||||||
Reference in New Issue
Block a user