Przeglądaj źródła

Updated HelloController

Testing Commit
pavangit 10 lat temu
rodzic
commit
e21783d044
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1
    1
      initial/src/main/java/hello/HelloController.java

+ 1
- 1
initial/src/main/java/hello/HelloController.java Wyświetl plik

@@ -8,7 +8,7 @@ public class HelloController {
8 8
     
9 9
     @RequestMapping("/")
10 10
     public String index() {
11
-        return "Greetings from Spring Boot!";
11
+        return "Greetings PAVAN !!! from Spring Boot!";
12 12
     }
13 13
     
14 14
 }