|
@@ -20,6 +20,7 @@ public class ServerController
|
|
@GetMapping()
|
|
@GetMapping()
|
|
public AjaxResult getInfo() throws Exception
|
|
public AjaxResult getInfo() throws Exception
|
|
{
|
|
{
|
|
|
|
+ System.out.println(1);
|
|
Server server = new Server();
|
|
Server server = new Server();
|
|
server.copyTo();
|
|
server.copyTo();
|
|
return AjaxResult.success(server);
|
|
return AjaxResult.success(server);
|