Skip to content

Commit e2b5521

Browse files
committed
chore: CHANGES_demo
1 parent 30db122 commit e2b5521

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

demo/src/main/java/com/example/demo/home/HomeController.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@ public class HomeController {
99
@GetMapping
1010
public String home() {
1111
System.out.println("home#3");
12-
return "Hello World7";
12+
return "Hello World8";
1313
}
1414
}

0 commit comments

Comments
 (0)