<!-- 自动扫描 --> <context:component-scan base-package="com.sharevip.dao" />
<tx:annotation-driven transaction-manager="transactionManager" proxy-target-class="true" />
检查是否在service 层添加 注解
@Transactional
will not be managed by Spring/ [managed: 15; max: 15]
原文:https://www.cnblogs.com/laxilo/p/10493367.html