Fix default value for spring.data.jpa.repositories.bootstrap-mode

See gh-21492
This commit is contained in:
Toshiaki Maki 2020-05-19 01:45:07 +09:00 committed by Stephane Nicoll
parent b9a1a70fcc
commit b4817c85b1
1 changed files with 1 additions and 1 deletions

View File

@ -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",