@RestController public class HealthController extends Object
HealthController(Principal principal)
String
greeting(String name)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public HealthController(Principal principal)
@GetMapping(value="/greeting") public String greeting(@RequestParam(name="name",required=false,defaultValue="World") String name)
Copyright © 2020. All rights reserved.