Away with the "manger"; time to fix that typo
This commit is contained in:
parent
fd95646a04
commit
5bd1af2a7f
|
@ -109,7 +109,7 @@ import org.springframework.util.StringUtils;
|
|||
* instances of {@code PlatformTransactionManager} within the test's
|
||||
* {@code ApplicationContext}, a <em>qualifier</em> may be declared via
|
||||
* {@link Transactional @Transactional} (e.g., {@code @Transactional("myTxMgr")}
|
||||
* or {@code @Transactional(transactionManger = "myTxMgr")}, or
|
||||
* or {@code @Transactional(transactionManager = "myTxMgr")}, or
|
||||
* {@link org.springframework.transaction.annotation.TransactionManagementConfigurer
|
||||
* TransactionManagementConfigurer} can be implemented by an
|
||||
* {@link org.springframework.context.annotation.Configuration @Configuration}
|
||||
|
|
Loading…
Reference in New Issue