Skip to content

Commit bc424bb

Browse files
authored
Fix README
1 parent 9a400e0 commit bc424bb

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

MongoExamples/SpringBoot/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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
22

33
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).
44

55
# Prerequisites
66

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.
99
* Lab 2 - shows how to provision an Autonomous JSON Database.
1010
* Lab 3 - shows how to connect to your database from the compute node using `mongosh`
1111

0 commit comments

Comments
 (0)