xiehuanqun 1 month ago
parent
commit
38e03f8839
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/main/java/com/example/test/controller/HelloController.java

+ 1 - 1
src/main/java/com/example/test/controller/HelloController.java

@@ -7,6 +7,6 @@ import org.springframework.web.bind.annotation.RestController;
 public class HelloController {
     @GetMapping("/")
     public String hello() {
-        return "Hello Spring Boot!";
+        return "Hello Spring Boot!testhhhhhhhhh";
     }
 }