Renamed bean to remove allow-bean-definition-overrides
This commit is contained in:
parent
5cddef012d
commit
df42a6bd91
@ -23,7 +23,7 @@ public class MongoLiquibaseConfig {
|
||||
|
||||
|
||||
@Bean
|
||||
public TenantMongoLiquibaseExecutor tenantLiquibase(EncryptionDecryptionService encryptionService,
|
||||
public TenantMongoLiquibaseExecutor tenantMongoLiquibaseExecutor(EncryptionDecryptionService encryptionService,
|
||||
TenantProvider tenantProvider,
|
||||
@Qualifier("tenantMongoLiquibaseProperties") LiquibaseProperties mongoLiquibaseProperties) {
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user