forked from wanjia9506/soft_bot
fix:circle reference
This commit is contained in:
parent
a89bb8ecb0
commit
a98cdac41e
|
|
@ -12,6 +12,7 @@ import com.gitlink.softbot.utils.response.AddWebhookResponse;
|
|||
import com.gitlink.softbot.vo.Webhook;
|
||||
import lombok.extern.slf4j.Slf4j;
|
||||
import org.springframework.beans.factory.annotation.Autowired;
|
||||
import org.springframework.context.annotation.Lazy;
|
||||
import org.springframework.retry.annotation.Backoff;
|
||||
import org.springframework.retry.annotation.Recover;
|
||||
import org.springframework.retry.annotation.Retryable;
|
||||
|
|
@ -26,6 +27,7 @@ import java.util.List;
|
|||
public class AsyncAddWebhookService {
|
||||
|
||||
@Resource
|
||||
@Lazy
|
||||
private UserService userService;
|
||||
|
||||
@Autowired
|
||||
|
|
|
|||
Loading…
Reference in New Issue