Return 2 unused beans
This commit is contained in:
parent
710fb3bd89
commit
ad5d56172a
|
@ -33,11 +33,6 @@ public class TestJPAConfig {
|
|||
return new DaoConfig();
|
||||
}
|
||||
|
||||
@Bean
|
||||
public IndexNamePrefixLayoutStrategy indexNamePrefixLayoutStrategy() {
|
||||
return new IndexNamePrefixLayoutStrategy();
|
||||
}
|
||||
|
||||
@Bean
|
||||
public PartitionSettings partitionSettings() {
|
||||
return new PartitionSettings();
|
||||
|
|
|
@ -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();
|
||||
|
|
Loading…
Reference in New Issue