Commit 17e5b08c authored by Stephane Nicoll's avatar Stephane Nicoll

Polish

parent 5b4c13d7
......@@ -44,7 +44,6 @@ import org.springframework.transaction.PlatformTransactionManager;
* @since 2.1.0
* @see EnableJdbcRepositories
*/
@SuppressWarnings("deprecation")
@Configuration(proxyBeanMethods = false)
@ConditionalOnBean({ NamedParameterJdbcOperations.class, PlatformTransactionManager.class })
@ConditionalOnClass({ NamedParameterJdbcOperations.class, AbstractJdbcConfiguration.class })
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment