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: cloudbank-v32/customer32-mongo/README.md
+8-8Lines changed: 8 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,4 @@
1
-
##Example of "customer32" reimplemented to use the Oracle Database API for MongoDB
1
+
# Example of "customer32" reimplemented to use the Oracle Database API for MongoDB
2
2
3
3
This directory provides an example of the [customer32](../customer32/) service reimplmented using [Oracle Database API for MongoDB](https://docs.oracle.com/en-us/iaas/autonomous-database-serverless/doc/mongo-using-oracle-database-api-mongodb.html) and [Spring Data MongoDB](https://docs.spring.io/spring-data/mongodb/reference/index.html).
4
4
@@ -20,33 +20,33 @@ Once that configuration is done, you can run the application using `mvn spring-b
20
20
21
21
- Create a customer
22
22
23
-
```
23
+
```shell
24
24
curl -i -X POST -H 'Content-Type: application/json' \
Please refer to the [Spring Data MongoDB documentation](https://docs.spring.io/spring-data/mongodb/reference/mongodb/configuration.html) for details of how to configure the connection and database.
0 commit comments