We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 435f16f commit 567f4efCopy full SHA for 567f4ef
spring-boot-mysql-springdatajpa-hibernate/src/main/java/netgloo/controllers/MainController.java
@@ -10,7 +10,8 @@ public class MainController {
10
@RequestMapping("/")
11
@ResponseBody
12
public String index() {
13
- return "Proudly handcrafted by <a href='http://netgloo.com/en'>netgloo</a>";
+ return "Proudly handcrafted by " +
14
+ "<a href='http://netgloo.com/en'>netgloo</a> :)";
15
}
16
17
0 commit comments