Class HelloController

java.lang.Object
info.ejava.examples.svc.docker.hello.controllers.HelloController

@RestController public class HelloController extends Object
  • Constructor Details

    • HelloController

      public HelloController()
  • Method Details

    • hello

      @GetMapping(path="/api/hello", produces="text/plain") public String hello(@RequestParam("name") String name, @AuthenticationPrincipal org.springframework.security.core.userdetails.UserDetails user)