Skip to content

Commit

Permalink
✨ 统一 JDK8 和 JDK21 相关代码
Browse files Browse the repository at this point in the history
  • Loading branch information
YunaiV committed Jan 19, 2024
1 parent a6ef21b commit 7f1ebb3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,13 @@
import cn.iocoder.yudao.module.product.dal.mysql.comment.ProductCommentMapper;
import cn.iocoder.yudao.module.product.service.sku.ProductSkuService;
import cn.iocoder.yudao.module.product.service.spu.ProductSpuService;
import jakarta.annotation.Resource;
import org.junit.jupiter.api.Disabled;
import org.junit.jupiter.api.Test;
import org.springframework.boot.test.mock.mockito.MockBean;
import org.springframework.context.annotation.Import;
import org.springframework.context.annotation.Lazy;

import javax.annotation.Resource;
import java.util.Date;

import static cn.iocoder.yudao.framework.test.core.util.AssertUtils.assertPojoEquals;
Expand Down

0 comments on commit 7f1ebb3

Please sign in to comment.