You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs-source/spring/content/azure/_index.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -22,7 +22,7 @@ Watch this video for a quick overview of the setup process.
22
22
23
23
## Download
24
24
25
-
Download [Oracle Backend for Microservices and AI](https://github.com/oracle/microservices-datadriven/releases/download/OBAAS-1.1.3/azure-ebaas_latest.zip).
25
+
Download [Oracle Backend for Microservices and AI](https://github.com/oracle/microservices-datadriven/releases/download/OBAAS-1.3.1/azure-ebaas_latest.zip).
26
26
27
27
## Setup
28
28
@@ -55,7 +55,7 @@ The Multicloud installation is done using the Azure Cloud Shell. The following s
3. Upload the [Oracle Backend for Microservices and AI](https://github.com/oracle/microservices-datadriven/releases/download/OBAAS-1.1.3/azure-ebaas-platform_latest.zip) stack. For example:
58
+
3. Upload the [Oracle Backend for Microservices and AI](https://github.com/oracle/microservices-datadriven/releases/download/OBAAS-1.3.1/azure-ebaas-platform_latest.zip) stack. For example:
Copy file name to clipboardExpand all lines: docs-source/spring/content/development/cli/_index.md
+14-14Lines changed: 14 additions & 14 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@ keywords: "cli tool deployment spring springboot microservices development oracl
5
5
---
6
6
7
7
The Oracle Backend for Microservices and AI offers a command-line interface (CLI), `oractl`. The CLI commands simplify the deployment of
8
-
microservices applications as well as bindings with the resources that they use. Download the CLI [here](https://github.com/oracle/microservices-datadriven/releases/tag/OBAAS-1.1.3). The platform-specific binary can be renamed to `oractl` for convenience.
8
+
microservices applications as well as bindings with the resources that they use. Download the CLI [here](https://github.com/oracle/microservices-datadriven/releases/tag/OBAAS-1.3.1). The platform-specific binary can be renamed to `oractl` for convenience.
9
9
10
10
Table of Contents:
11
11
@@ -32,7 +32,7 @@ Oracle Backend for Microservices and AI CLI is used to configure your backend an
32
32
33
33
1. Download the Oracle Backend for Microservices and AI CLI `oractl`
34
34
35
-
Download the CLI from [here](https://github.com/oracle/microservices-datadriven/releases/tag/OBAAS-1.1.3)
35
+
Download the CLI from [here](https://github.com/oracle/microservices-datadriven/releases/tag/OBAAS-1.3.1)
36
36
37
37
1. Rename the downloaded file to `oractl`
38
38
@@ -66,18 +66,18 @@ Oracle Backend for Microservices and AI CLI is used to configure your backend an
Copy file name to clipboardExpand all lines: docs-source/spring/content/on-premises/_index.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -27,7 +27,7 @@ When installing in a _desktop_ environment, for example a developer's desktop, t
27
27
28
28
## Download
29
29
30
-
Download the latest release of [Oracle Backend for Microservices and AI](https://github.com/oracle/microservices-datadriven/releases/download/OBAAS-1.1.3/onprem-ebaas_latest.zip).
30
+
Download the latest release of [Oracle Backend for Microservices and AI](https://github.com/oracle/microservices-datadriven/releases/download/OBAAS-1.3.1/onprem-ebaas_latest.zip).
Copy file name to clipboardExpand all lines: docs-source/spring/content/on-premises/macos_ventura/_index.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -56,7 +56,7 @@ If Minikube fails to start and returns this `Failed kubeconfig update: could not
56
56
57
57
### Download Oracle Backend for Microservices and AI
58
58
59
-
Download the latest version of [Oracle Backend for Microservices and AI](https://github.com/oracle/microservices-datadriven/releases/download/OBAAS-1.1.3/onprem-ebaas_latest.zip) and unzip into a new directory.
59
+
Download the latest version of [Oracle Backend for Microservices and AI](https://github.com/oracle/microservices-datadriven/releases/download/OBAAS-1.3.1/onprem-ebaas_latest.zip) and unzip into a new directory.
On the dashboard you will see all the internal services registered with Eureka. If you have deployed the sample application [CloudBank](https://github.com/oracle/microservices-datadriven/tree/main/cloudbank-v32) or done the [LiveLab for Oracle Backend for Microservices and AI](http://bit.ly/CloudBankOnOBaaS) you will see those services.
29
+
On the dashboard you will see all the internal services registered with Eureka. If you have deployed the sample application [CloudBank](https://github.com/oracle/microservices-datadriven/tree/main/cloudbank-v4) or done the [LiveLab for Oracle Backend for Microservices and AI](https://bit.ly/cloudbankAI) you will see those services.
On the dashboard you will see all the internal services registered with Eureka. If you have deployed the sample application [CloudBank](https://github.com/oracle/microservices-datadriven/tree/main/cloudbank-v32) or done the [LiveLab for Oracle Backend for Microservices and AI](http://bit.ly/CloudBankOnOBaaS) you will see those services.
35
+
On the dashboard you will see all the internal services registered with Eureka. If you have deployed the sample application [CloudBank](https://github.com/oracle/microservices-datadriven/tree/main/cloudbank-v4) or done the [LiveLab for Oracle Backend for Microservices and AI](https://bit.ly/cloudbankAI) you will see those services.
36
36
37
37
If you click (expand) an application and click on the instance of service you will details about the service instance, metrics, configuration, and so on,
Copy file name to clipboardExpand all lines: docs-source/spring/content/sampleapp/_index.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@ description: "Sample application for Oracle Backend for Microservices and AI"
4
4
keywords: "springboot spring development microservices development oracle backend"
5
5
---
6
6
7
-
**Oracle** recommends that you use the [CloudBank LiveLab](http://bit.ly/CloudBankOnOBaaS) to learn how to use Oracle Backed for Spring Boot and Microservices. The LiveLab has the following Outline:
7
+
**Oracle** recommends that you use the [CloudBank LiveLab](https://bit.ly/cloudbankAI) to learn how to use Oracle Backed for Spring Boot and Microservices. The LiveLab has the following Outline:
8
8
9
9
- Provision an Instance
10
10
- Setup your Development Environment
@@ -17,4 +17,4 @@ keywords: "springboot spring development microservices development oracle backen
17
17
- Extend the Mobile Application
18
18
- Cleanup
19
19
20
-
The CloudBank source code is provided [here](https://github.com/oracle/microservices-datadriven/tree/main/cloudbank-v32), this repository also contains more services.
20
+
The CloudBank source code is provided [here](https://github.com/oracle/microservices-datadriven/tree/main/cloudbank-v4), this repository also contains more services.
Copy file name to clipboardExpand all lines: docs-source/spring/content/setup/_index.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -460,7 +460,7 @@ To set up the local machine, process these steps:
460
460
461
461
1. Install the Oracle Backend for Microservices and AI command-line.
462
462
463
-
The Oracle Backend for Microservices and AI command-line interface, `oractl`, is available for Linux and Mac systems. Download the binary that you want from the [Releases](https://github.com/oracle/microservices-datadriven/releases/tag/OBAAS-1.1.3) page and add it to your PATH environment variable. You can rename the binary to remove the suffix.
463
+
The Oracle Backend for Microservices and AI command-line interface, `oractl`, is available for Linux and Mac systems. Download the binary that you want from the [Releases](https://github.com/oracle/microservices-datadriven/releases/tag/OBAAS-1.3.1) page and add it to your PATH environment variable. You can rename the binary to remove the suffix.
464
464
465
465
If your environment is a Linux or Mac machine, run `chmod +x` on the downloaded binary. Also, if your environment is a Mac, run the following command. Otherwise, you get a security warning and the CLI does not work:
0 commit comments