Class ApiController


  • @RestController
    @RequestMapping("/api")
    public class ApiController
    extends Object
    • Constructor Detail

      • ApiController

        public ApiController()
    • Method Detail

      • root

        @GetMapping
        public org.springframework.hateoas.CollectionModel<Object> root()
        Returns:
        Resources object containing links to available resources in the service