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: MongoExamples/SpringBoot/README.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,11 +1,11 @@
1
-
# Microservice Example using Spring Boot and the Autonomous JSON Database
1
+
# Microservice using Spring Boot and the Autonomous JSON Database
2
2
3
3
This directory contains an example of how to create a SpringBoot microservice using the Autonomous Database. Spring Boot is a popular Java framework that can be used to create REST services with minimal coding. See [Spring Boot](https://spring.io/projects/spring-boot).
4
4
5
5
# Prerequisites
6
6
7
-
This example works best if you run it from an OCI compute node what is in the same data center as the Autonomous Database it is connecting to. Instructions on how to create an Autonomous Database and a compute node can be found here: [Using Oracle Database API for MongoDB](https://oracle.github.io/learning-library/data-management-library/database/json/mongodb-api/workshops/freetier/index.html).
8
-
* Lab 1 - shows how to create a compute node. The compute node used in this lab can also be used to run this SpringBoot example.
7
+
This example works best if you run it from an OCI compute node that is in the same data center as the Autonomous Database it is connecting to. Instructions on how to create an Autonomous Database and a compute node can be found here: [Using Oracle Database API for MongoDB](https://oracle.github.io/learning-library/data-management-library/database/json/mongodb-api/workshops/freetier/index.html).
8
+
* Lab 1 - shows how to create a compute node. The compute node created in this lab can also be used to run this Spring Boot example.
9
9
* Lab 2 - shows how to provision an Autonomous JSON Database.
10
10
* Lab 3 - shows how to connect to your database from the compute node using `mongosh`
0 commit comments