| | |
| | | import javax.servlet.http.HttpServletRequest; |
| | | import javax.servlet.http.HttpServletResponse; |
| | | |
| | | import com.se.system.domain.vo.LicenseExtraParamVo; |
| | | import com.se.system.domain.vo.NacosConfigVo; |
| | | import com.se.system.service.NacosService; |
| | | import org.omg.CORBA.ServerRequest; |
| | | import org.springframework.web.bind.annotation.GetMapping; |
| | | import org.springframework.web.bind.annotation.PostMapping; |
| | | import org.springframework.web.bind.annotation.PutMapping; |
| | | import org.springframework.web.bind.annotation.DeleteMapping; |
| | | import org.springframework.web.bind.annotation.PathVariable; |
| | | import org.springframework.web.bind.annotation.RequestBody; |
| | | import org.springframework.web.bind.annotation.RequestMapping; |
| | | import org.springframework.web.bind.annotation.RestController; |
| | | import com.se.system.service.inte.IAServerInfoService; |
| | | import org.springframework.web.bind.annotation.*; |
| | | import com.se.common.log.annotation.Log; |
| | | import com.se.common.log.enums.BusinessType; |
| | | import com.se.common.security.annotation.RequiresPermissions; |
| | | import com.se.system.domain.SysSoft; |
| | | import com.se.system.domain.*; |
| | | import com.se.system.service.inte.ISysSoftService; |
| | | import com.se.common.core.web.controller.BaseController; |
| | | import com.se.common.core.web.domain.AjaxResult; |
| | |
| | | } |
| | | } |
| | | } |
| | | |
| | | @GetMapping(value = "/test") |
| | | public AjaxResult test() { |
| | | LicenseExtraParamVo serverInfos = IAServerInfoService.getServer("").getServerInfos(); |
| | | System.out.println("serverInfos = " + serverInfos); |
| | | |
| | | return success(serverInfos); |
| | | } |
| | | } |