Skip to content

Commit 23ab8ef

Browse files
committed
Use use module identifier to obtain module prefix in KeyValueRepositoryConfigurationExtension.
Closes #542
1 parent 91196a6 commit 23ab8ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/org/springframework/data/keyvalue/repository/config/KeyValueRepositoryConfigurationExtension.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ public String getModuleName() {
6262

6363
@Override
6464
protected String getModulePrefix() {
65-
return "keyvalue";
65+
return getModuleIdentifier();
6666
}
6767

6868
@Override

0 commit comments

Comments
 (0)