Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
That is README.md file and this is required for project overview
Make the changes for AI services.
This is customer demo
2 changes: 1 addition & 1 deletion src/main/java/com/example/demo/HelloController.java
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ public class HelloController {
@RequestMapping("/")
String hello() {
System.out.println("This is logs");
return "Hello Azure and Spring Boot! (Production) test";
return "Hello Azure and Spring Boot! (Production) update the content for demo. This Demo is for GH Copilot";
}

}