|
|
|
|
@ -1,5 +1,5 @@
@@ -1,5 +1,5 @@
|
|
|
|
|
/* |
|
|
|
|
* Copyright 2002-2015 the original author or authors. |
|
|
|
|
* Copyright 2002-2016 the original author or authors. |
|
|
|
|
* |
|
|
|
|
* Licensed under the Apache License, Version 2.0 (the "License"); |
|
|
|
|
* you may not use this file except in compliance with the License. |
|
|
|
|
@ -32,7 +32,7 @@ import org.springframework.transaction.PlatformTransactionManager;
@@ -32,7 +32,7 @@ import org.springframework.transaction.PlatformTransactionManager;
|
|
|
|
|
* <p>Note that in by-type lookup disambiguation cases, an alternative approach to |
|
|
|
|
* implementing this interface is to simply mark one of the offending |
|
|
|
|
* {@code PlatformTransactionManager} {@code @Bean} methods as |
|
|
|
|
* @{@link org.springframework.context.annotation.Primary Primary}. |
|
|
|
|
* {@link org.springframework.context.annotation.Primary @Primary}. |
|
|
|
|
* This is even generally preferred since it doesn't lead to early initialization |
|
|
|
|
* of the {@code PlatformTransactionManager} bean. |
|
|
|
|
* |
|
|
|
|
|