Commit e4c08831 authored by dyong's avatar dyong

testing git permissions

parent 58f03b89
...@@ -8,6 +8,7 @@ public class HelloController { ...@@ -8,6 +8,7 @@ public class HelloController {
@RequestMapping("/hello") @RequestMapping("/hello")
public String index() { public String index() {
System.out.println("testing git");
return "Greetings from Spring Boot! with Darrick's second change"; return "Greetings from Spring Boot! with Darrick's second change";
} }
} }
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment