File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -64,15 +64,15 @@ This dependency enables the support of Spring Hateoas format.
6464
6565=== Spring Data Rest support
6666The support for Pageable of spring-data-commons is available.
67- If only want to enable the support of spring Pageable Type, you can just enable it using:
67+ If you only want to enable the support of spring Pageable Type, you can just enable it using:
6868
6969[source,java, subs="attributes+"]
7070----
7171SpringDocUtils.getConfig().replaceWithClass(org.springframework.data.domain.Pageable.class,
7272org.springdoc.core.converters.models.Pageable.class);
7373----
7474
75- Alternately , the projects that use Pageable type can aslo add the follwing dependency together with the springdoc-openapi-ui dependency.
75+ Alternatively , the projects that use Pageable type can also add the follwing dependency together with the springdoc-openapi-ui dependency.
7676This dependency enables the support of spring-data-rest types as well: @RepositoryRestResource and QuerydslPredicate annotations.
7777
7878[source,xml, subs="attributes+"]
You can’t perform that action at this time.
0 commit comments