记得上下班打卡 | git大法好,push需谨慎

Commit 568c6d1d authored by 张国柄's avatar 张国柄

-bean, name;

parent a565d58d
......@@ -16,6 +16,7 @@ import lombok.extern.slf4j.Slf4j;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Service;
import javax.annotation.Resource;
import java.time.LocalDateTime;
@Slf4j
......@@ -25,7 +26,7 @@ public class GoblinNftUserServiceImpl implements IGoblinNftUserService {
private QueueUtils queueUtils;
@Autowired
private GoblinRedisUtils goblinRedisUtils;
@Autowired
@Resource(name = "galaxyUserServiceImpl")
private IGalaxyUserService galaxyUserService;
@Override
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment