Skip to content

Commit 567f4ef

Browse files
author
azanelli
committed
Changed returned text on MainController.
1 parent 435f16f commit 567f4ef

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

spring-boot-mysql-springdatajpa-hibernate/src/main/java/netgloo/controllers/MainController.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,8 @@ public class MainController {
1010
@RequestMapping("/")
1111
@ResponseBody
1212
public String index() {
13-
return "Proudly handcrafted by <a href='http://netgloo.com/en'>netgloo</a>";
13+
return "Proudly handcrafted by " +
14+
"<a href='http://netgloo.com/en'>netgloo</a> :)";
1415
}
1516

1617
}

0 commit comments

Comments
 (0)