mirror of
https://github.com/spring-projects/spring-boot.git
synced 2026-09-27 04:19:03 +00:00
Remove JpaBaseConfiguration.configure() method
Remove the JpaBaseConfiguration.configure() method since it is no longer called. Fixes gh-1865
This commit is contained in:
-4
@@ -137,10 +137,6 @@ public abstract class JpaBaseConfiguration implements BeanFactoryAware {
|
||||
return NO_PACKAGES;
|
||||
}
|
||||
|
||||
protected void configure(
|
||||
LocalContainerEntityManagerFactoryBean entityManagerFactoryBean) {
|
||||
}
|
||||
|
||||
/**
|
||||
* @return the jtaTransactionManager or {@code null}
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user