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/README.md
+35-28Lines changed: 35 additions & 28 deletions
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,8 @@
1
1
# CloudBank Version 3.2
2
2
3
-
Version 3.2 of CloudBank is under development. This document and application is WIP.
3
+
**NOTE:** This document and application is WIP.
4
+
5
+
To run Cloud Bank you need OBaaS version 1.1.1 [Oracle Backend for Spring Boot and Microservices](https://cloudmarketplace.oracle.com/marketplace/en_US/listing/138899911)
4
6
5
7
## Build CloudBank
6
8
@@ -10,7 +12,7 @@ Version 3.2 of CloudBank is under development. This document and application is
All services has OpenAPI documentation and can be reached via the Swagger UI. For example after starting a port forward to anyone of the services you can got to the URL http://localhost:\<port\>/swagger-ui/index.html to see the documentation. Replace \<port\> with the port used in the port forward command.
197
+
All services have OpenAPI documentation and can be reached via the Swagger UI. For example after starting a port forward to anyone of the services you can the URL http://localhost:*port*/swagger-ui/index.html to see the documentation. Replace *port* with the port used in the port forward command.
198
+
For example, to see the API documentation for the `customer32` application do the following:
@@ -411,7 +418,7 @@ This is an example of the `customer32` application:
411
418
1. Perform transfer between two accounts. Note account numbers
412
419
413
420
```shell
414
-
curl -X POST "http://<EXTERNAL-IP>/transfer?fromAccount=22&toAccount=21&amount=100"
421
+
curl -X POST "http://<EXTERNAL-IP>/transfer?fromAccount=2&toAccount=1&amount=100"
415
422
```
416
423
417
424
Output should look like this:
@@ -459,10 +466,10 @@ This is an example of the `customer32` application:
459
466
460
467
```text
461
468
2023-12-26T16:50:45.138Z INFO 1 --- [transfer] [nio-8080-exec-9] [] com.example.transfer.TransferService : Started new LRA/transfer Id: http://otmm-tcs.otmm.svc.cluster.local:9000/api/v1/lra-coordinator/ea98ebae-2358-4dd1-9d7c-09f4550d7567
0 commit comments