Polishing.

Use module identifier instead of constant.

Closes #2762
This commit is contained in:
Junghoon Ban
2023-11-06 13:44:52 +09:00
committed by Mark Paluch
parent f97bd87d70
commit 22a465a992

View File

@@ -61,7 +61,7 @@ public class RedisRepositoryConfigurationExtension extends KeyValueRepositoryCon
@Override
protected String getModulePrefix() {
return "redis";
return this.getModuleIdentifier();
}
@Override