File tree 3 files changed +12
-2
lines changed
3 files changed +12
-2
lines changed Original file line number Diff line number Diff line change @@ -51,3 +51,11 @@ Request body:
51
51
```
52
52
53
53
<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
+ ```
Original file line number Diff line number Diff line change 5
5
<parent >
6
6
<groupId >org.springframework.boot</groupId >
7
7
<artifactId >spring-boot-starter-parent</artifactId >
8
- <version >2.6.3 </version >
8
+ <version >2.7.18 </version >
9
9
<relativePath /> <!-- lookup parent from repository -->
10
10
</parent >
11
11
32
32
<dependency >
33
33
<groupId >com.github.mhewedy</groupId >
34
34
<artifactId >spring-data-jpa-mongodb-expressions</artifactId >
35
- <version >0.0.4 </version >
35
+ <version >0.0.6 </version >
36
36
</dependency >
37
37
38
38
<dependency >
Original file line number Diff line number Diff line change 1
1
spring.jpa.show-sql =true
2
+
3
+ # logging.level.com.github.mhewedy.expressions=debug
You can’t perform that action at this time.
0 commit comments