Skip to content

Commit 353f776

Browse files
committed
Add default value for spring.data.web.pageable.serialization-mode to configuration metadata
See spring-projectsgh-39797
1 parent c7c73be commit 353f776

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

spring-boot-project/spring-boot-autoconfigure/src/main/resources/META-INF/additional-spring-configuration-metadata.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1125,6 +1125,10 @@
11251125
"level": "error"
11261126
}
11271127
},
1128+
{
1129+
"name": "spring.data.web.pageable.serialization-mode",
1130+
"defaultValue": "direct"
1131+
},
11281132
{
11291133
"name" : "spring.datasource.continue-on-error",
11301134
"type" : "java.lang.Boolean",

0 commit comments

Comments
 (0)