悦耳麦片

文章
5
资源
0
加入时间
2年10月21天

springmvc 添加事物

将事物加在contrller层,只需要在springmvc.xml中加上<tx:annotation-driven/>即可,并且contrller类中加上@Transactional即可。前提是在spring.xml中要有事物管理器的配置即    <!-- 事务配置 -->     <bean id="transactionManager" class