注释完善
This commit is contained in:
@@ -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);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -31,7 +31,7 @@ import java.util.*;
|
||||
@RestController
|
||||
public class ZyplayerSwaggerController {
|
||||
|
||||
@Autowired
|
||||
@Resource
|
||||
private MgStorageService storageService;
|
||||
|
||||
@RequestMapping("/swagger-resources")
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -34,7 +34,7 @@ public class ZyplayerProxyFilter implements Filter {
|
||||
|
||||
private static final Logger logger = LoggerFactory.getLogger(ZyplayerProxyFilter.class);
|
||||
|
||||
@Autowired
|
||||
@Resource
|
||||
private MgStorageService mgStorageService;
|
||||
|
||||
@Override
|
||||
|
||||
Reference in New Issue
Block a user