xiehuanqun 1 月之前
父節點
當前提交
38e03f8839
共有 1 個文件被更改,包括 1 次插入1 次删除
  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";
     }
 }