Skip to content
Merged
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
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
That is README.md file and this is required for project overview
Make the changes for AI services.
Added a line
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) This is Demo";
}

}