文字修改

This commit is contained in:
zhangdaiscott
2021-01-12 18:42:30 +08:00
parent f944da4ba8
commit b5488231cb
5 changed files with 7 additions and 6 deletions
+1 -1
View File
@@ -349,7 +349,7 @@ Jeecg-Boot低代码开发平台,可以应用在任何J2EE项目的开发中,
![微服务架构图](https://jeecgos.oss-cn-beijing.aliyuncs.com/files/jeecgboot-weifuwu-cloud.png "在这里输入图片标题") ![微服务架构图](https://jeecgos.oss-cn-beijing.aliyuncs.com/files/jeecgboot-weifuwu-cloud.png "在这里输入图片标题")
### Jeecg Boot 产品功能蓝图 ### Jeecg Boot 产品功能蓝图
![功能蓝图](https://static.jeecg.com/upload/test/Jeecg-Boot-lantu202005_1590912449914.jpg "在这里输入图片标题") ![功能蓝图](https://jeecgos.oss-cn-beijing.aliyuncs.com/upload/test/Jeecg-Boot-lantu202005_1590912449914.jpg "在这里输入图片标题")
后台开发环境和依赖 后台开发环境和依赖
@@ -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
View File
@@ -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>