单项选择题
A.两个AccountRepository bean 将被实例化,因为accountRepository()方法将被调用两次
B.三个AccountRepository bean 将被实例化,因为accountRepository()方法将被调用三次
C.一个AccountRepository bean 将被实例化,因为默认的作用域是Singleton
D.许多AccountRepository bean 将被实例化取决于调用accountRepository(),transferService()和accountService()的频率