|
|
|
|
@ -207,7 +207,7 @@ public class RepositoryConfigurationDelegate {
@@ -207,7 +207,7 @@ public class RepositoryConfigurationDelegate {
|
|
|
|
|
logger.info( |
|
|
|
|
LogMessage.format("Finished Spring Data repository scanning in %s ms. Found %s %s repository interface%s." , |
|
|
|
|
watch.getLastTaskTimeMillis(), configurations.size(), extension.getModuleName(), |
|
|
|
|
configurations.size() == 1 ? "interface" : "interfaces")); |
|
|
|
|
configurations.size() == 1 ? "" : "s")); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
// TODO: AOT Processing -> guard this one with a flag so it's not always present
|
|
|
|
|
|