fix:circle reference

This commit is contained in:
wanjia 2024-05-28 15:47:23 +08:00
parent a89bb8ecb0
commit a98cdac41e
1 changed files with 2 additions and 0 deletions

View File

@ -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