From e167d4c8a6bb88e6ce6bde5e172782e3b1d9ea20 Mon Sep 17 00:00:00 2001 From: sean li Date: Tue, 24 Jun 2025 21:13:57 +0800 Subject: [PATCH] Update README.md added code diff --- todo-web-api-use-oracle-db/README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/todo-web-api-use-oracle-db/README.md b/todo-web-api-use-oracle-db/README.md index adb8320..bc6f1f4 100644 --- a/todo-web-api-use-oracle-db/README.md +++ b/todo-web-api-use-oracle-db/README.md @@ -137,3 +137,6 @@ This sample uses several Oracle-specific features: 1. If everything goes well, it will finish migration work and give a summary file. 1. Click `keep` to save the changes. > ![click-keep-to-save-changes](./images/click-keep-to-save-changes.png) + + +## View the [code diff](https://github.com/Azure-Samples/java-migration-copilot-samples/commit/87654f27e86415caedb0689ad7b1ff945307ce41#diff-730f6c6bd09d4e51a8972bcfba2ec8052b00abc1905afb8241d601f7e3ae9bce) of the migrated to-do app