@RestController public class GreetingController extends Object
GreetingController()
Greeting
greeting(String name)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public GreetingController()
@RequestMapping(value="/greeting") public Greeting greeting(@RequestParam(value="name",defaultValue="World") String name)
Copyright © 2016 JBoss by Red Hat. All rights reserved.