Fix default value for spring.data.jpa.repositories.bootstrap-mode
See gh-21492
This commit is contained in:
parent
b9a1a70fcc
commit
b4817c85b1
|
@ -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",
|
||||
|
|
Loading…
Reference in New Issue