Skip to content

Commit

Permalink
Merge pull request #21492 from making
Browse files Browse the repository at this point in the history
* pr/21492:
  Fix default value for spring.data.jpa.repositories.bootstrap-mode

Closes gh-21492
  • Loading branch information
snicoll committed May 25, 2020
2 parents b9a1a70 + b4817c8 commit 5a290e7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -621,7 +621,7 @@
"name": "spring.data.jpa.repositories.bootstrap-mode",
"type": "org.springframework.data.repository.config.BootstrapMode",
"description": "Bootstrap mode for JPA repositories.",
"defaultValue": "default"
"defaultValue": "deferred"
},
{
"name": "spring.data.jpa.repositories.enabled",
Expand Down

0 comments on commit 5a290e7

Please sign in to comment.