使用基于@Transactional注解的声明式事务时,需要在Spring核心配置文件中编写()来配置注解驱动?
A.aop:config
B.tx:annotation-driven
C.context:property-placeholder
D.mvc:annotation-driven
正确答案是B