| | |
| | | */ |
| | | @PostMapping("/saveOrUpdateServiceInfo") |
| | | public R saveOrUpdateDefault(@RequestBody DeployAppsVO deployAppsVO) throws ServiceException { |
| | | return R.status(deployAppsService.saveOrUpdateServiceInfo(deployAppsVO)); |
| | | return deployAppsService.saveOrUpdateServiceInfo(deployAppsVO); |
| | | } |
| | | |
| | | /** |
| | |
| | | if(Func.isBlank(serverName)){ |
| | | return R.fail("Mandatory parameter service name not found!"); |
| | | } |
| | | return deployAppsService.importClassify(files,serverName); |
| | | return deployAppsService.importJarUpdate(files,serverName); |
| | | } |
| | | |
| | | /** |