|
|
@@ -9,6 +9,8 @@ import org.springframework.web.bind.annotation.GetMapping;
|
|
|
import org.springframework.web.bind.annotation.RequestMapping;
|
|
|
import org.springframework.web.bind.annotation.RestController;
|
|
|
|
|
|
+import javax.annotation.Resource;
|
|
|
+
|
|
|
/**
|
|
|
* @Author: Fcx
|
|
|
* @Date: 2019/12/31 17:22
|
|
|
@@ -19,7 +21,7 @@ import org.springframework.web.bind.annotation.RestController;
|
|
|
@RequestMapping("reload")
|
|
|
public class ReloadCacheController {
|
|
|
|
|
|
- @Autowired
|
|
|
+ @Resource
|
|
|
private StartLoadConfig startLoadConfig;
|
|
|
|
|
|
@GetMapping("interfaces")
|