JAVA-8664: Cleanup
This commit is contained in:
parent
2f9ce6cf36
commit
b04d57541a
|
@ -11,7 +11,7 @@ public class Ctx2Controller {
|
||||||
@Autowired
|
@Autowired
|
||||||
private IHomeService homeService;
|
private IHomeService homeService;
|
||||||
|
|
||||||
@GetMapping(value = "/greeting")
|
@GetMapping("/greeting")
|
||||||
public String getGreeting() {
|
public String getGreeting() {
|
||||||
return homeService.getGreeting();
|
return homeService.getGreeting();
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue