Return 2 unused beans

This commit is contained in:
Tadgh 2021-09-07 09:11:48 -04:00
parent 710fb3bd89
commit ad5d56172a
2 changed files with 0 additions and 9 deletions

View File

@ -33,11 +33,6 @@ public class TestJPAConfig {
return new DaoConfig();
}
@Bean
public IndexNamePrefixLayoutStrategy indexNamePrefixLayoutStrategy() {
return new IndexNamePrefixLayoutStrategy();
}
@Bean
public PartitionSettings partitionSettings() {
return new PartitionSettings();

View File

@ -150,10 +150,6 @@ public class TestR4Config extends BaseJavaConfigR4 {
return retVal;
}
@Bean
public IndexLayoutStrategy indexPrefixLayout() {
return new IndexNamePrefixLayoutStrategy();
}
@Bean
public Properties jpaProperties() {
Properties extraProperties = new Properties();