Skip to content

Commit ba6e6d9

Browse files
committed
remove profile annotation from RedisConfig
1 parent a165611 commit ba6e6d9

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

backend/spring-boot/src/main/java/org/bugzkit/api/shared/config/RedisConfig.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
import org.springframework.beans.factory.annotation.Value;
77
import org.springframework.context.annotation.Bean;
88
import org.springframework.context.annotation.Configuration;
9-
import org.springframework.context.annotation.Profile;
109
import org.springframework.data.redis.connection.RedisPassword;
1110
import org.springframework.data.redis.connection.RedisStandaloneConfiguration;
1211
import org.springframework.data.redis.connection.lettuce.LettuceClientConfiguration;

0 commit comments

Comments
 (0)