Class HelloController

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

@RestController @Profile("!test") public class HelloController extends Object
  • Constructor Details

  • Method Details

    • hello

      @GetMapping(path="${planmonitor-wonen-api.base-path}/hello", produces="application/json") public Map<String,Object> hello(@CurrentSecurityContext org.springframework.security.core.context.SecurityContext securityContext)