Skip to content

Commit 76093fd

Browse files
authored
Cleaned up the Spring Starter page (#1038)
1 parent 2bb66b7 commit 76093fd

File tree

5 files changed

+11
-278
lines changed

5 files changed

+11
-278
lines changed
Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
---
22
title: "Oracle Spring Boot Starters"
3-
description: "Spring Boot Starters for Oracle Database"
4-
keywords: "starter springboot spring development microservices development oracle database"
3+
description: "Spring Boot Starters for Oracle Database and OCI"
4+
keywords: "starter springboot spring development microservices development oracle database OCI"
55
---
66

7-
Oracle provides a number of Spring Boot Starters that make it easy to use various Oracle technologies in Spring Boot projects.
7+
## Spring Cloud Oracle
88

9-
The Oracle Spring Boot Starters are available in [Maven Central](https://central.sonatype.com/namespace/com.oracle.database.spring) and include
10-
the following starters.
9+
Spring Cloud Oracle provides a number of Spring Boot Starters that make it easy to use various Oracle technologies in Spring Boot projects.
1110

12-
**Note**: The versioning of starters was originally in line with the matching Spring Boot version, but starting in November, 2023, the version
13-
numbering scheme was changed to more closely align with Oracle Database version numbering. The 23.4.0 starter is supported for Spring Boot 3.0
14-
and later (including 3.1, 3.2). For Spring Boot 2.7.x users, use the matching 2.7.x version of the starter.
11+
The Spring Cloud Oracle Starters are available in [Maven Central](https://central.sonatype.com/namespace/com.oracle.cloud.spring).
1512

16-
* [Oracle Spring Boot Starter for Universal Connection Pool](./ucp)
17-
* [Oracle Spring Boot Starter for Wallet](./wallet)
18-
* [Oracle Spring Boot Starter for AQ/JMS](./aqjms)
13+
**Note**: The versioning of starters was originally in line with the matching Spring Boot version, but starting in November 2023, the version numbering scheme was changed to more closely align with Oracle Database version numbering. The 23.4.0 starter is supported for Spring Boot 3.0 and later (including 3.1, 3.2, 3.3 and 3.4). For Spring Boot 2.7.x users, use the matching 2.7.x version of the starter.
14+
15+
For more information about Spring Cloud Oracle Starters:
16+
17+
- The [GitHub repo](https://github.com/oracle/spring-cloud-oracle)
18+
- The [Documentation](https://oracle.github.io/spring-cloud-oracle/latest/reference/html/index.html)

docs-source/spring/content/starters/aqjms.md

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

docs-source/spring/content/starters/ucp.md

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

docs-source/spring/content/starters/wallet.md

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

docs-source/spring/data/menu/main.yaml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -62,13 +62,6 @@ main:
6262
ref: "/development/envvars"
6363
- name: Spring Boot Starters
6464
ref: "/starters"
65-
sub:
66-
- name: "UCP"
67-
ref: "/starters/ucp"
68-
- name: "Wallet"
69-
ref: "/starters/wallet"
70-
- name: "AQ/JMS"
71-
ref: "/starters/aqjms"
7265
- name: Infrastructure
7366
ref: "/infrastructure"
7467
sub:

0 commit comments

Comments
 (0)