Class SystemInfoController


  • @Controller
    @RequestMapping("/system-info")
    public class SystemInfoController
    extends java.lang.Object
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      org.springframework.http.ResponseEntity<?> getSystemInfo​(java.lang.Long orgLink)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • SystemInfoController

        public SystemInfoController()
    • Method Detail

      • getSystemInfo

        @GetMapping("/org-link")
        @ResponseBody
        public org.springframework.http.ResponseEntity<?> getSystemInfo​(@RequestParam("orgLink")
                                                                        java.lang.Long orgLink)
                                                                 throws java.lang.Exception
        Throws:
        java.lang.Exception