mirror of
https://github.com/spring-projects/spring-framework.git
synced 2026-09-17 16:39:29 +00:00
Prior to this commit, the main() method attempted to retrieve a TransferService bean from the context, but no such bean had been configured in the context. This commit addresses that by configuring a TransferService bean in the context. Closes gh-33446