|
@@ -8,6 +8,7 @@ import java.util.stream.Collectors;
|
|
|
|
|
|
import org.apache.commons.lang3.StringUtils;
|
|
|
import org.springframework.beans.factory.annotation.Autowired;
|
|
|
+import org.springframework.context.annotation.Lazy;
|
|
|
import org.springframework.http.HttpStatus;
|
|
|
import org.springframework.web.bind.annotation.GetMapping;
|
|
|
import org.springframework.web.bind.annotation.RequestMapping;
|
|
@@ -28,6 +29,7 @@ import com.ym.mec.common.controller.BaseController;
|
|
|
public class ImGroupController extends BaseController {
|
|
|
|
|
|
@Autowired
|
|
|
+ @Lazy
|
|
|
private ImGroupService imGroupService;
|
|
|
|
|
|
@Autowired
|