Skip to content

Commit

Permalink
fix @resource package
Browse files Browse the repository at this point in the history
  • Loading branch information
KamToHung committed Nov 13, 2024
1 parent b261681 commit 3275f20
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@

package org.dromara.dynamictp.test.extension.limiter.redis;

import jakarta.annotation.Resource;
import lombok.val;
import org.dromara.dynamictp.extension.limiter.redis.ratelimiter.RedisRateLimiter;
import org.dromara.dynamictp.spring.annotation.EnableDynamicTp;
Expand All @@ -26,7 +27,6 @@
import org.springframework.boot.test.context.SpringBootTest;
import org.springframework.test.context.junit.jupiter.SpringExtension;

import javax.annotation.Resource;
import java.util.List;
import java.util.concurrent.TimeUnit;

Expand Down

0 comments on commit 3275f20

Please sign in to comment.