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
* Native compile, test disabled
* Updates
* Graal pom changes and gitignore for nib files
* native compile addition to pom.xml's
* account pom.xml update
* updates for new lra library
Signed-off-by: Mark Nelson <mark.x.nelson@oracle.com>
* updates to make account deploy and start cleanly
Signed-off-by: Mark Nelson <mark.x.nelson@oracle.com>
* Update README.md
---------
Signed-off-by: Mark Nelson <mark.x.nelson@oracle.com>
Co-authored-by: Mark Nelson <mark.x.nelson@oracle.com>
Application Name: Oracle Backend Platform :: Command Line Interface
53
+
Application Version: (1.0.0)
54
+
:: Spring Boot (v3.1.3) ::
55
+
56
+
39
57
oractl:>connect
40
-
password (defaults to oractl):
41
-
using default value...
42
-
connect successful server version:0.3.0
58
+
username: obaas-admin
59
+
password: **************
60
+
obaas-cli: Successful connected.
61
+
oractl:>
43
62
```
44
63
45
64
1. Create namespace
46
65
47
66
```shell
48
67
oractl:>create --app-name cbv3
68
+
application/namespace created successfully and image pull secret (registry-auth) created successfully and database TNSAdmin/wallet secret created successfully
49
69
```
50
70
51
71
1. Deploy account service
@@ -54,18 +74,27 @@ Please visit the Live Lab for more information.
0 commit comments