Skip to content

Commit 62c598d

Browse files
authored
Update README.md (#289)
1 parent ab6b249 commit 62c598d

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

java/micronaut-jsonview-demo-app/README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# Using JSON Relational Duality Views with Micronaut® Framework
2+
3+
This [blog](https://blogs.oracle.com/java/post/json-relational-duality-views-with-micronaut-framework) explains how to use the Oracle JSON Relational Duality feature in a Micronaut Java application.
4+
15
This is an example application for Micronaut Data using an Oracle JSON Duality View.
26

37
It uses a test container with the container image "gvenzl/oracle-free:latest-faststart" by default and then
@@ -64,4 +68,4 @@ Test the application by using curl to call the API.
6468
```bash
6569
curl -X DELETE http://localhost:8080/students/1
6670
curl http://localhost:8080/students/max_average_grade
67-
```
71+
```

0 commit comments

Comments
 (0)