Fix typo in data-access.adoc

Closes gh-23247
master
Lonre Wang 5 years ago committed by Sam Brannen
parent a3161dc533
commit 8bfc920ac5
  1. 2
      src/docs/asciidoc/data-access.adoc

@ -1822,7 +1822,7 @@ settings by using Spring XML configuration:
class="org.springframework.transaction.support.TransactionTemplate"> class="org.springframework.transaction.support.TransactionTemplate">
<property name="isolationLevelName" value="ISOLATION_READ_UNCOMMITTED"/> <property name="isolationLevelName" value="ISOLATION_READ_UNCOMMITTED"/>
<property name="timeout" value="30"/> <property name="timeout" value="30"/>
</bean>" </bean>
---- ----
You can then inject the `sharedTransactionTemplate` You can then inject the `sharedTransactionTemplate`

Loading…
Cancel
Save