mirror of
https://github.com/spring-projects/spring-boot.git
synced 2026-09-23 09:49:01 +00:00
This commit exposes a PersistenceManagedTypes bean with the entities to consider in a typical auto-configuration scenario. This allows the result of the scanning to be optimized AOT, if necessary. Closes gh-32119