Commit b4817c85 authored by Toshiaki Maki's avatar Toshiaki Maki Committed by Stephane Nicoll

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

See gh-21492
parent b9a1a70f
......@@ -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",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment