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: README.md
+5-1Lines changed: 5 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -75,7 +75,11 @@ Please refer to the [usage instructions](./usage_instructions.md) for details ab
75
75
76
76
## Destroying the stack
77
77
78
-
Before you can destroy the stack and all the resources that have been created you must manually delete the artifact that the stack has created under the "Stack registry".
78
+
Before you can destroy the stack and all the resources that have been created you must manually delete the artifact that the stack has created under the "Artifact Registry".
Copy file name to clipboardExpand all lines: tutorials/mytodolist/tutorial.md
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
-
# App Stack for Java tutorial
1
+
# SpringBoot app deployed on OCI using App Stack for Java
2
2
3
-
In this tutorial we'll deploy a sample SpringBoot application using the stack.
3
+
In this tutorial we'll deploy a sample SpringBoot application using the stack. The application is a simple REST backend sample that can be found [here](https://github.com/oracle/oci-react-samples/tree/spring-appstack).
0 commit comments