Skip to content
Snippets Groups Projects
Verified Commit 46407fe7 authored by khofmans's avatar khofmans
Browse files

Quadriga demo

parent dcf79fff
Branches
Tags quadriga
No related merge requests found
#Tue Jan 16 13:49:52 CET 2018
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-2.13-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-2.13-all.zip
......@@ -22,7 +22,7 @@ public class HelloController {
@RequestMapping(method = RequestMethod.GET)
public @ResponseBody
Hello helloView() throws IOException {
return new Hello("Merry snowy christmas on the tripled day from " + InetAddress.getLocalHost()
return new Hello("Hello quadriga " + InetAddress.getLocalHost()
.getHostName(), personalGreeting);
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment