Revert NameMatchTransactionAttributeSource mapping.

This commit is contained in:
Paulo Gustavo Veiga 2022-09-27 17:42:17 -07:00
parent 708a42c560
commit 599bc9ec00

View File

@ -43,7 +43,7 @@
class="org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource">
<property name="properties">
<props>
<prop key="*">PROPAGATION_NESTED</prop>
<prop key="*">PROPAGATION_REQUIRED</prop>
</props>
</property>
</bean>