Skip to content

Commit cd2ffe0

Browse files
authored
Move README.md and api.yaml to SpringSharding (oracle-samples#322)
1 parent 03895f1 commit cd2ffe0

File tree

4 files changed

+4
-359
lines changed

4 files changed

+4
-359
lines changed

java/jdbc/SpringSharding/JDBCTemplate/README.md

Lines changed: 0 additions & 101 deletions
This file was deleted.

java/jdbc/SpringSharding/JPA/api.yaml

Lines changed: 0 additions & 256 deletions
This file was deleted.

java/jdbc/SpringSharding/JPA/README.md renamed to java/jdbc/SpringSharding/README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,17 @@
33
This project demonstrates the use of the latest sharding [feature](https://github.com/spring-projects/spring-framework/pull/31506) in Spring Framework with the Oracle Database.
44
The feature is about supporting direct routing to sharded databases.
55

6-
This version uses Spring Data JPA (Hibernates), for data access.
6+
The demo project is a web service that manages user notes. Documentation for the service endpoints is provided in [api.yaml](./api.yaml).
7+
8+
The project contains two versions, one that uses Spring Data JPA (Hibernates) for data access, and a second one that uses Spring JDBC (JdbcTemplate).
79

810
You can use the datasource configurations provided in this project as a template for setting up the sharding feature in your own projects.
911

1012
## Configuration
1113

1214
### Database
1315

14-
You can refer to the [Oracle Docs](https://docs.oracle.com/en/database/oracle/oracle-database/21/shard/sharding-deployment.html#GUID-F99B8742-4089-4E77-87D4-4691EA932207)
16+
You can refer to the [Oracle Docs](https://docs.oracle.com/en/database/oracle/oracle-database/21/shard/sharded-database-deployment1.html#GUID-F99B8742-4089-4E77-87D4-4691EA932207)
1517
to learn how to set up and deploy an Oracle sharded database.
1618
You can also refer to [Oracle Database Operator](https://github.com/oracle/oracle-database-operator) that makes deploying a sharded database on a Kubernetes Cluster an easy process.
1719

0 commit comments

Comments
 (0)