类 RegistryController

java.lang.Object
cn.nkpro.elcube.platform.controller.RegistryController

@RequestMapping("/platform/registry") @RestController @PreAuthorize("authenticated") public class RegistryController extends Object
  • 构造器详细资料

    • RegistryController

      public RegistryController()
  • 方法详细资料

    • get

      @RequestMapping(value="/value/json/{type}/{key}", method=GET) public Object get(@PathVariable String type, @PathVariable String key)
    • getList

      @RequestMapping(value="/value/list/{type}/{keyPrefix}", method=GET) public Object getList(@PathVariable String type, @PathVariable String keyPrefix)