Skip to content

Commit f21439a

Browse files
Adding tutorial pointer from README
1 parent 9f989be commit f21439a

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,11 @@ Please refer to the [usage instructions](./usage_instructions.md) for details ab
7575

7676
## Destroying the stack
7777

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".
79+
80+
## Tutorial
81+
82+
[MyTodoList SpringBoot application tutorial](./tutorials/mytodolist/tutorial.md).
7983

8084
## Contributing
8185

tutorials/mytodolist/tutorial.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
# App Stack for Java tutorial
1+
# SpringBoot app deployed on OCI using App Stack for Java
22

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

55
## Prepare the code repository
66

0 commit comments

Comments
 (0)