java - Invalid content was found starting with element 'props'

在引入spring-tx的jar包情况下还出现这个情况可能是<props>标签所在部分缺少了某部分 比如少了</property> 或者</bean>

<property name="transactionAttributes">
<props>
</props>
</property>

猜你喜欢

转载自blog.csdn.net/qq389203946/article/details/79011551