注释完善

This commit is contained in:
暮光:城中城
2021-11-24 23:28:49 +08:00
parent aae8a9994a
commit 4408525b45
144 changed files with 923 additions and 854 deletions

View File

@@ -14,7 +14,7 @@ import java.util.List;
/**
* 后台存储服务控制器
*
*
* @author 暮光:城中城
* @since 2018年8月21日
*/
@@ -23,7 +23,7 @@ import java.util.List;
@RequestMapping("/swagger-mg-ui/storage")
public class MgStorageController {
@Autowired
@Resource
private MgStorageService storageService;
@PostMapping(value = "/checkConfig")
@@ -64,4 +64,4 @@ public class MgStorageController {
List<MgStorage> likeList = storageService.like(key, value);
return DocResponseJson.ok(likeList);
}
}
}

View File

@@ -31,7 +31,7 @@ import java.util.*;
@RestController
public class ZyplayerSwaggerController {
@Autowired
@Resource
private MgStorageService storageService;
@RequestMapping("/swagger-resources")

View File

@@ -30,12 +30,12 @@ import com.zyplayer.doc.swagger.framework.service.MgStorageService;
//@Component
public class ZyplayerApiTestFilter implements Filter {
@Autowired
@Resource
private MgStorageService mgStorageService;
@Override
public void init(FilterConfig filterConfig) throws ServletException {
}
@Override

View File

@@ -34,7 +34,7 @@ public class ZyplayerProxyFilter implements Filter {
private static final Logger logger = LoggerFactory.getLogger(ZyplayerProxyFilter.class);
@Autowired
@Resource
private MgStorageService mgStorageService;
@Override