升级到 spring boot 2.3.3;依赖模块 es 升级到 7.x 利用 RestHighLevelClient

实现检索;菜单优化,选择模块改为多选下拉框;其它优化
This commit is contained in:
thinkgem
2020-09-11 18:51:00 +08:00
parent 663a66b571
commit 9daef68787

View File

@@ -6,7 +6,7 @@
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>2.2.9.RELEASE</version>
<version>2.3.3.RELEASE</version>
</parent>
<groupId>com.jeesite</groupId>