Skip to content

Commit 1f076f3

Browse files
author
mhewedy
committed
update README.md
1 parent 134ba5c commit 1f076f3

File tree

3 files changed

+12
-2
lines changed

3 files changed

+12
-2
lines changed

README.md

+8
Original file line numberDiff line numberDiff line change
@@ -51,3 +51,11 @@ Request body:
5151
```
5252

5353
<img src="https://github.com/springexamples/spring-data-jpa-mongodb-expressions-demo/raw/master/etc/2.PNG?raw=true" width="700px" />
54+
55+
---
56+
57+
**3. query using curl:**
58+
59+
```
60+
curl -XPOST -d '{"firstName": "fofo"}' -H 'content-type: application/json' http://localhost:8080/search?sort=id,desc | jq
61+
```

pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>org.springframework.boot</groupId>
77
<artifactId>spring-boot-starter-parent</artifactId>
8-
<version>2.6.3</version>
8+
<version>2.7.18</version>
99
<relativePath/> <!-- lookup parent from repository -->
1010
</parent>
1111

@@ -32,7 +32,7 @@
3232
<dependency>
3333
<groupId>com.github.mhewedy</groupId>
3434
<artifactId>spring-data-jpa-mongodb-expressions</artifactId>
35-
<version>0.0.4</version>
35+
<version>0.0.6</version>
3636
</dependency>
3737

3838
<dependency>
Original file line numberDiff line numberDiff line change
@@ -1 +1,3 @@
11
spring.jpa.show-sql=true
2+
3+
#logging.level.com.github.mhewedy.expressions=debug

0 commit comments

Comments
 (0)