mirror of
https://github.com/spring-projects/spring-boot.git
synced 2026-09-25 02:49:03 +00:00
Add a `spring.jpa.bootstrap` property that can be set to `async` to switch on background bootstrapping in classic JPA setup. Closes gh-49733