Skip to content

Commit 1dfb329

Browse files
JSON Duality Example
Signed-off-by: Anders Swanson <anders.swanson@oracle.com>
1 parent beb74da commit 1dfb329

File tree

2 files changed

+11
-11
lines changed
  • database/starters/oracle-spring-boot-starter-samples/oracle-spring-boot-sample-json-duality

2 files changed

+11
-11
lines changed

database/starters/oracle-spring-boot-starter-samples/oracle-spring-boot-sample-json-duality/README.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
1-
# Oracle Spring Boot Sample for JSON Duality Views
1+
# Oracle Spring Boot Sample for JSON Relational Duality Views
22

3-
This sample application demonstrates how to use the Oracle Spring Boot Starter JSON Collections with [JSON Duality Views](https://docs.oracle.com/en/database/oracle/oracle-database/23/jsnvu/overview-json-relational-duality-views.html)
3+
This sample application demonstrates how to use the Oracle Spring Boot Starter JSON Collections with [JSON Relational Duality Views](https://docs.oracle.com/en/database/oracle/oracle-database/23/jsnvu/overview-json-relational-duality-views.html)
44

5-
The Oracle Spring Boot Sample for JSON Duality Views package includes the following components to demonstrate development with JSON Duality Views from a Spring Boot Java context:
5+
The Oracle Spring Boot Sample for JSON Relational Duality Views package includes the following components to demonstrate development with JSON Relational Duality Views from a Spring Boot Java context:
66

7-
- Entities for JSON duality views (Student, Enrollment, Course, Lecture Hall)
8-
- Services to interact with the JSON duality views
9-
- A SQL script that initializes the database, including the JSON duality views.
10-
- A comprehensive test that uses Spring Boot services to manipulate data from JSON duality views.
7+
- Entities for JSON Relational Duality Views (Student, Enrollment, Course, Lecture Hall)
8+
- Services to interact with the JSON Relational Duality Views
9+
- A SQL script that initializes the database, including the JSON Relational Duality Views.
10+
- A comprehensive test that uses Spring Boot services to manipulate data from JSON Relational Duality Views.
1111

1212
## Run the sample application
1313

@@ -19,9 +19,9 @@ To run the test application, run the following command:
1919
mvn test
2020
```
2121

22-
## Configure your project to use Oracle JSON Duality Views
22+
## Configure your project to use Oracle JSON Relational Duality Views
2323

24-
To use Oracle JSON Duality Views from your Spring Boot application, add the following Maven dependency to your project:
24+
To use Oracle JSON Relational Duality Views from your Spring Boot application, add the following Maven dependency to your project:
2525

2626
```xml
2727
<dependency>

database/starters/oracle-spring-boot-starter-samples/oracle-spring-boot-sample-json-duality/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@
1515
<artifactId>oracle-spring-boot-sample-json-duality</artifactId>
1616
<version>24.2.0</version>
1717

18-
<name>Oracle Spring Boot Starter - JSON Duality Views Sample</name>
19-
<description>Oracle Spring Boot Starter Sample for JSON Duality Views</description>
18+
<name>Oracle Spring Boot Starter - JSON Relational Duality Views Sample</name>
19+
<description>Oracle Spring Boot Starter Sample for JSON Relational Duality Views</description>
2020

2121
<organization>
2222
<name>Oracle America, Inc.</name>

0 commit comments

Comments
 (0)