@RestController @RequestMapping(value="/system/server") public class ServerController extends Object
ServerController()
Result<Server>
getInfo()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public ServerController()
@PreAuthorize(value="@auth.hasAuthority(\'system:server:list\')") @GetMapping public Result<Server> getInfo() throws Exception
Exception
Copyright © 2023. All rights reserved.