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
-
+
\ No newline at end of file
+
diff --git a/xjs-business/xjs-project-mall/mall-search/pom.xml b/xjs-business/xjs-project-mall/mall-search/pom.xml
new file mode 100644
index 00000000..bd0bffd6
--- /dev/null
+++ b/xjs-business/xjs-project-mall/mall-search/pom.xml
@@ -0,0 +1,28 @@
+
+
+
+ xjs-project-mall
+ com.xjs
+ 3.3.0
+
+ 4.0.0
+ 检索服务
+ elasticsearch检索服务
+
+ mall-search
+
+
+ 11
+ 11
+
+
+
+
+ org.elasticsearch.client
+ elasticsearch-rest-high-level-client
+
+
+
+
diff --git a/xjs-business/xjs-project-mall/mall-ware/src/main/resources/bootstrap.yml b/xjs-business/xjs-project-mall/mall-search/src/main/resources/bootstrap.yml
similarity index 94%
rename from xjs-business/xjs-project-mall/mall-ware/src/main/resources/bootstrap.yml
rename to xjs-business/xjs-project-mall/mall-search/src/main/resources/bootstrap.yml
index cc857b09..54ce3c9c 100644
--- a/xjs-business/xjs-project-mall/mall-ware/src/main/resources/bootstrap.yml
+++ b/xjs-business/xjs-project-mall/mall-search/src/main/resources/bootstrap.yml
@@ -3,10 +3,10 @@ server:
port: 9980
# Spring
-spring:
+spring:
application:
# 应用名称
- name: xjs-mall-ware
+ name: xjs-mall-search
profiles:
# 环境配置
active: dev
diff --git a/xjs-business/xjs-project-mall/mall-ware/src/main/resources/logback.xml b/xjs-business/xjs-project-mall/mall-search/src/main/resources/logback.xml
similarity index 97%
rename from xjs-business/xjs-project-mall/mall-ware/src/main/resources/logback.xml
rename to xjs-business/xjs-project-mall/mall-search/src/main/resources/logback.xml
index e4f9aed1..40a51704 100644
--- a/xjs-business/xjs-project-mall/mall-ware/src/main/resources/logback.xml
+++ b/xjs-business/xjs-project-mall/mall-search/src/main/resources/logback.xml
@@ -1,7 +1,7 @@
-
+
@@ -72,10 +72,10 @@
-
+
-
\ No newline at end of file
+
diff --git a/xjs-business/xjs-project-mall/mall-search/src/main/resources/rebel.xml b/xjs-business/xjs-project-mall/mall-search/src/main/resources/rebel.xml
new file mode 100644
index 00000000..0ea94d7e
--- /dev/null
+++ b/xjs-business/xjs-project-mall/mall-search/src/main/resources/rebel.xml
@@ -0,0 +1,16 @@
+
+
+
+
+
+ mall-search
+
+
+
+
+
+
+
diff --git a/xjs-business/xjs-project-mall/pom.xml b/xjs-business/xjs-project-mall/pom.xml
index 7f72ac09..ca6da920 100644
--- a/xjs-business/xjs-project-mall/pom.xml
+++ b/xjs-business/xjs-project-mall/pom.xml
@@ -16,6 +16,7 @@
mall-member
mall-coupon
renren-generator
+ mall-search
pom
@@ -33,4 +34,4 @@
11
-
\ No newline at end of file
+