This commit is contained in:
Phillip Webb
2014-11-18 15:40:24 -08:00
parent a6e4744c60
commit a641f0c72a
13 changed files with 125 additions and 134 deletions

View File

@@ -42,4 +42,5 @@ public class SampleController {
public String foo() {
throw new IllegalArgumentException("Server error");
}
}

View File

@@ -42,4 +42,5 @@ public class SampleController {
public String foo() {
throw new IllegalArgumentException("Server error");
}
}

View File

@@ -36,4 +36,5 @@ public class SampleController {
public String helloWorld() {
return this.cityService.getCity("Bath", "UK").getName();
}
}

View File

@@ -34,4 +34,5 @@ public class SampleController {
public String helloWorld() {
return this.helloWorldService.getHelloMessage();
}
}

View File

@@ -34,4 +34,5 @@ public class SampleController {
public String helloWorld() {
return this.helloWorldService.getHelloMessage();
}
}

View File

@@ -34,4 +34,5 @@ public class SampleController {
public String helloWorld() {
return this.helloWorldService.getHelloMessage();
}
}

View File

@@ -34,4 +34,5 @@ public class SampleController {
public String helloWorld() {
return this.helloWorldService.getHelloMessage();
}
}

View File

@@ -26,4 +26,5 @@ public class SampleController {
public String helloWorld() {
return "hello";
}
}

View File

@@ -34,4 +34,5 @@ public class SampleController {
public String helloWorld() {
return this.helloWorldService.getHelloMessage();
}
}

View File

@@ -34,4 +34,5 @@ public class SampleController {
public String helloWorld() {
return this.helloWorldService.getHelloMessage();
}
}