From 4ac3ec6bc40fa5b4dcf55a78897824271180c360 Mon Sep 17 00:00:00 2001 From: perplexhub <18417689+perplexhub@users.noreply.github.com> Date: Tue, 29 May 2018 17:44:17 +0800 Subject: [PATCH] Update README --- .gitignore | 2 ++ README.md | 13 ++++++++++++- 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 57a0fe17..fc096923 100644 --- a/.gitignore +++ b/.gitignore @@ -42,3 +42,5 @@ hs_err_pid* **/.idea */sys.log* + +settings.xml \ No newline at end of file diff --git a/README.md b/README.md index 323a3fba..6b99b5a2 100644 --- a/README.md +++ b/README.md @@ -52,4 +52,15 @@ repository.findAll(RsqlJpaSpecification.rsql(filter)); repository.findAll(RsqlJpaSpecification.rsql(filter), pageable); ``` -Syntax reference: [RSQL / FIQL parser](https://github.com/jirutka/rsql-parser#examples), [RSQL for JPA](https://github.com/tennaito/rsql-jpa#examples-of-rsql) and [Dynamic-Specification-RSQL](https://github.com/srigalamilitan/Dynamic-Specification-RSQL#implementation-rsql-in-services-layer) \ No newline at end of file +Syntax reference: [RSQL / FIQL parser](https://github.com/jirutka/rsql-parser#examples), [RSQL for JPA](https://github.com/tennaito/rsql-jpa#examples-of-rsql) and [Dynamic-Specification-RSQL](https://github.com/srigalamilitan/Dynamic-Specification-RSQL#implementation-rsql-in-services-layer) + +## 4) Maven + + +```xml + + io.github.perplexhub + rsql-jpa-specification + 1.0.1 + +``` \ No newline at end of file