问题描述: 在配置spring的applicationContext.xml中的默认事务管理器的时候可能会出现这样的错误: Error occured processing XML 'org/springframework/transaction/interceptor/TransactionInterceptor'. See Error Log for more details 以下是xml配置: <bean id="transactionManager" class=&quo…
Application Context定义 简单来说就是Spring中的高级容器,可以获取容器中的各种bean组件,注册监听事件,加载资源文件等功能. 具体定义可以参考官网:https://spring.io/understanding/application-context Understanding Application Context The ApplicationContext is the central interface within a Spring application f…