Explorar el Código

Tesing Commit

Tesing
pavangit hace 10 años
padre
commit
68d935226f
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1
    1
      initial/src/main/java/hello/HelloController.java

+ 1
- 1
initial/src/main/java/hello/HelloController.java Ver fichero

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