mirror of
https://github.com/spring-projects/spring-boot.git
synced 2026-09-24 10:19:03 +00:00
This commit makes sure that `data.sql` is performed in the same thread as the one initializing the JPA container. Closes gh-22852