@RestController public class GreetingRestController extends Object
| Constructor and Description |
|---|
GreetingRestController() |
@GetMapping(value="/rest/hello") public org.springframework.http.ResponseEntity<String> sayHello()
Copyright © 2019 codecentric AG. All rights reserved.