Skip to content

Commit a165611

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

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
@@ -16,7 +16,6 @@
1616
import org.springframework.data.redis.repository.configuration.EnableRedisRepositories;
1717

1818
@Configuration
19-
@Profile({"dev", "prod", "test"})
2019
@EnableRedisRepositories(enableKeyspaceEvents = EnableKeyspaceEvents.ON_STARTUP)
2120
public class RedisConfig {
2221
@Value("${spring.data.redis.host}")

0 commit comments

Comments
 (0)