Skip to content

Commit b4817c8

Browse files
makingsnicoll
authored andcommitted
Fix default value for spring.data.jpa.repositories.bootstrap-mode
See gh-21492
1 parent b9a1a70 commit b4817c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -621,7 +621,7 @@
621621
"name": "spring.data.jpa.repositories.bootstrap-mode",
622622
"type": "org.springframework.data.repository.config.BootstrapMode",
623623
"description": "Bootstrap mode for JPA repositories.",
624-
"defaultValue": "default"
624+
"defaultValue": "deferred"
625625
},
626626
{
627627
"name": "spring.data.jpa.repositories.enabled",

0 commit comments

Comments
 (0)