Interface HomeController


@RequestMapping("/v1") public interface HomeController
  • Method Summary

    Modifier and Type
    Method
    Description
    org.springframework.hateoas.EntityModel
     
  • Method Details

    • getHomeInfo

      @RequestMapping(method=GET) org.springframework.hateoas.EntityModel getHomeInfo()