pref: NEZ-3215 nz-talon jdk&springboot 版本升级

This commit is contained in:
shizhendong
2023-10-11 09:25:45 +08:00
parent ed091f73ac
commit 77439ea58a
13 changed files with 72 additions and 68 deletions

View File

@@ -1,11 +1,13 @@
package net.geedge.confagent.controller;
import net.geedge.confagent.util.*;
import jakarta.servlet.http.HttpServletRequest;
import net.geedge.confagent.util.OSHIUtils;
import net.geedge.confagent.util.R;
import net.geedge.confagent.util.Tool;
import org.springframework.web.bind.annotation.GetMapping;
import org.springframework.web.bind.annotation.RestController;
import javax.servlet.http.HttpServletRequest;
import java.net.UnknownHostException;
import java.util.HashMap;
import java.util.List;