Merge branch '1.0.x'

This commit is contained in:
rstoyanchev
2022-11-17 12:43:19 +00:00

View File

@@ -978,7 +978,7 @@ public interface AccountRepository extends Repository<Account, Long>,
}
----
Use `QueryByExampleDataFetcher` to turn the repository into a `DataFecher`:
Use `QueryByExampleDataFetcher` to turn the repository into a `DataFetcher`:
[source,java,indent=0,subs="verbatim,quotes"]
----