From 041910df23e203b5aa2d2a08d47a4516a014ae58 Mon Sep 17 00:00:00 2001 From: richie Date: Tue, 3 Nov 2020 13:59:50 +0800 Subject: [PATCH] =?UTF-8?q?=E5=BF=BD=E7=95=A5gradle=E6=9E=84=E5=BB=BA?= =?UTF-8?q?=E4=BA=A7=E7=89=A9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 11 ++++++++--- plugin.xml | 3 ++- 2 files changed, 10 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index 11e939f..29c9cac 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,10 @@ *.iml .idea/ -lib/report/* -.classpath -*.rdb \ No newline at end of file +lib/report/*.jar +target/ +.DS_Store +.gradle +build +local.properties +classes/ +transform-classes/ \ No newline at end of file diff --git a/plugin.xml b/plugin.xml index 34fd8ac..8dde8ec 100644 --- a/plugin.xml +++ b/plugin.xml @@ -3,12 +3,13 @@ com.fr.plugin.db.es.v10 yes - 1.5.5 + 2.0.0 10.0 2019-10-25 fanruan.richie [2020-09-09]查询语句中可以使用函数拼接。
[2020-03-18]默认使用$..*查询语句获取所有值。
[2020-03-11]新增查询请求类型。