We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 987dec4 commit ce87ab1Copy full SHA for ce87ab1
src/main/java/com/spring_rag/config/TopicConfig.java
@@ -7,7 +7,7 @@
7
import java.util.Map;
8
9
@Component
10
-@ConfigurationProperties(prefix = "rag")
+@ConfigurationProperties(prefix = "spring-rag")
11
@Data
12
public class TopicConfig {
13
private Map<String, TopicInfo> topics;
0 commit comments