@RestController
@RequestMapping("/public")
public class GreetingController
extends Object
-
-
Constructor Summary
Constructors
-
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
template
private static final String template
- See Also:
-
-
-
Constructor Details
-
GreetingController
public GreetingController()
-
Method Details
-
greeting
@CrossOrigin(origins="*")
@GetMapping("/greeting")
public Greeting greeting(@RequestParam(value="name",defaultValue="World")
String name)