Change home page Web Service endpoint from ping() to description, 'Inline Caching Example'.
This commit is contained in:
@@ -38,7 +38,7 @@ public class CalculatorController {
|
||||
|
||||
@GetMapping("/")
|
||||
public String home() {
|
||||
return ping();
|
||||
return format("Inline Caching Example");
|
||||
}
|
||||
|
||||
@GetMapping("/ping")
|
||||
|
||||
Reference in New Issue
Block a user