Skip to content

Commit 4ac3ec6

Browse files
committed
Update README
1 parent 5643574 commit 4ac3ec6

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

.gitignore

+2
Original file line numberDiff line numberDiff line change
@@ -42,3 +42,5 @@ hs_err_pid*
4242
**/.idea
4343

4444
*/sys.log*
45+
46+
settings.xml

README.md

+12-1
Original file line numberDiff line numberDiff line change
@@ -52,4 +52,15 @@ repository.findAll(RsqlJpaSpecification.rsql(filter));
5252
repository.findAll(RsqlJpaSpecification.rsql(filter), pageable);
5353
```
5454

55-
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)
55+
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)
56+
57+
## 4) Maven
58+
59+
60+
```xml
61+
<dependency>
62+
<groupId>io.github.perplexhub</groupId>
63+
<artifactId>rsql-jpa-specification</artifactId>
64+
<version>1.0.1</version>
65+
</dependency>
66+
```

0 commit comments

Comments
 (0)