Class HelloController

java.lang.Object
nl.b3p.planmonitorwonen.api.controller.HelloController

@RestController @RequestMapping(path="${planmonitor-wonen-api.base-path}/hello", produces="application/json") public class HelloController extends Object
  • Constructor Details

    • HelloController

      public HelloController()
  • Method Details

    • hello

      @RequestMapping(method=GET, produces="application/json") public org.springframework.http.ResponseEntity<Serializable> hello(@AuthenticationPrincipal org.springframework.security.core.userdetails.UserDetails userDetails)