Skip to content

Commit 5a290e7

Browse files
committed
Merge pull request #21492 from making
* pr/21492: Fix default value for spring.data.jpa.repositories.bootstrap-mode Closes gh-21492
2 parents b9a1a70 + b4817c8 commit 5a290e7

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

Lines changed: 1 addition & 1 deletion
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)