mirror of
https://github.com/spring-projects/spring-boot.git
synced 2026-09-26 20:09:02 +00:00
This commit makes sure that aliases are only applied when they match the DataSource being bound. This prevent an alias targetted to a DataSource to accidently match an unexpected property of another DataSource. Closes gh-23480