From 7f84c9964fbeb20183188e371fde97e12f087fd9 Mon Sep 17 00:00:00 2001 From: xjs <1294405880@qq.com> Date: Fri, 25 Mar 2022 21:26:55 +0800 Subject: [PATCH] =?UTF-8?q?1=E3=80=81=E6=96=B0=E5=A2=9E=E6=A3=80=E7=B4=A2?= =?UTF-8?q?=E6=9C=8D=E5=8A=A1=202=E3=80=81=E4=BC=98=E5=8C=96pom=E6=96=87?= =?UTF-8?q?=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pom.xml | 17 +++++++---- .../views/business/english/article/index.vue | 2 +- .../resources/mapper/log/ApiLogMapper.xml | 10 +++---- .../xjs-project-mall/mall-search/pom.xml | 28 +++++++++++++++++++ .../src/main/resources/bootstrap.yml | 4 +-- .../src/main/resources/logback.xml | 6 ++-- .../mall-search/src/main/resources/rebel.xml | 16 +++++++++++ xjs-business/xjs-project-mall/pom.xml | 3 +- 8 files changed, 69 insertions(+), 17 deletions(-) create mode 100644 xjs-business/xjs-project-mall/mall-search/pom.xml rename xjs-business/xjs-project-mall/{mall-ware => mall-search}/src/main/resources/bootstrap.yml (94%) rename xjs-business/xjs-project-mall/{mall-ware => mall-search}/src/main/resources/logback.xml (97%) create mode 100644 xjs-business/xjs-project-mall/mall-search/src/main/resources/rebel.xml diff --git a/pom.xml b/pom.xml index 5b8319b2..9cc51b47 100644 --- a/pom.xml +++ b/pom.xml @@ -51,6 +51,7 @@ 5.7.1 0.7.5 2.2.0.RELEASE + 7.2.0 @@ -106,6 +107,12 @@ ${bean-searcher.version} + + org.elasticsearch.client + elasticsearch-rest-high-level-client + ${elasticsearch.version} + + com.xjs xjs-business-common @@ -230,9 +237,9 @@ - - commons-collections - commons-collections + + commons-collections + commons-collections ${commons-collections.version} @@ -270,7 +277,7 @@ log4j-api ${log4j2.version} - + org.apache.logging.log4j log4j-to-slf4j @@ -370,4 +377,4 @@ - \ No newline at end of file + diff --git a/ruoyi-ui/src/views/business/english/article/index.vue b/ruoyi-ui/src/views/business/english/article/index.vue index 9412470d..e882901f 100644 --- a/ruoyi-ui/src/views/business/english/article/index.vue +++ b/ruoyi-ui/src/views/business/english/article/index.vue @@ -44,7 +44,7 @@
- + - + @@ -29,9 +29,9 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" and is_success = #{isSuccess} and create_time between #{createTime} and #{endCreateTime} - order by id desc + order by create_time desc - +