Merge branch '3.3.x' into 3.4.x
Closes gh-44819
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright 2012-2024 the original author or authors.
|
||||
* Copyright 2012-2025 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.
|
||||
@@ -48,7 +48,7 @@ import org.springframework.transaction.TransactionManager;
|
||||
* @since 1.0.0
|
||||
*/
|
||||
@AutoConfiguration(before = TransactionAutoConfiguration.class,
|
||||
after = TransactionManagerCustomizationAutoConfiguration.class)
|
||||
after = { DataSourceAutoConfiguration.class, TransactionManagerCustomizationAutoConfiguration.class })
|
||||
@ConditionalOnClass({ DataSource.class, JdbcTemplate.class, TransactionManager.class })
|
||||
@AutoConfigureOrder(Ordered.LOWEST_PRECEDENCE)
|
||||
@EnableConfigurationProperties(DataSourceProperties.class)
|
||||
|
||||
Reference in New Issue
Block a user