remove import

This commit is contained in:
金海洋 2023-09-26 18:16:35 +08:00
parent a71199f3ff
commit b61fca5f36

View File

@ -1,10 +1,7 @@
package cn.axzo.framework.rocketmq; package cn.axzo.framework.rocketmq;
import cn.axzo.framework.rocketmq.utils.UUIDBuilder;
import lombok.extern.slf4j.Slf4j; import lombok.extern.slf4j.Slf4j;
import org.apache.commons.lang3.StringUtils; import org.apache.commons.lang3.StringUtils;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Component;
import java.io.Serializable; import java.io.Serializable;
import java.util.Objects; import java.util.Objects;