Class SystemInfoController

java.lang.Object
com.jibi.controller.SystemInfoController

@RestController("System information Api") @RequestMapping("/system/info") public class SystemInfoController extends Object
The type System info controller.
  • Constructor Details

    • SystemInfoController

      public SystemInfoController()
  • Method Details

    • systemInfo

      @RequestMapping(method=GET, produces={"application/json","application/xml"}) public SystemInfoModel systemInfo()
      System info system info model.
      Returns:
      the system info model