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]新增查询请求类型。