Skip to content

Commit ce87ab1

Browse files
author
beaglebyte
committed
rename property name
1 parent 987dec4 commit ce87ab1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/com/spring_rag/config/TopicConfig.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
import java.util.Map;
88

99
@Component
10-
@ConfigurationProperties(prefix = "rag")
10+
@ConfigurationProperties(prefix = "spring-rag")
1111
@Data
1212
public class TopicConfig {
1313
private Map<String, TopicInfo> topics;

0 commit comments

Comments
 (0)