我正在建立一个新的JPA + Spring项目.有什么区别(对于我作为程序员而言):
<tx:annotation-driven transaction-manager="transactionManager" />
Run Code Online (Sandbox Code Playgroud)
和
<tx:annotation-driven mode="aspectj" transaction-manager="transactionManager" />
Run Code Online (Sandbox Code Playgroud)
在我的applicationContext.xml中?