Merge branch 'RED-10106' into 'main'

Renamed bean to remove allow-bean-definition-overrides

See merge request fforesight/mongo-database-commons!18
This commit is contained in:
Timo Bejan 2024-09-25 14:36:43 +02:00
commit d52a3f4648

View File

@ -23,7 +23,7 @@ public class MongoLiquibaseConfig {
@Bean
public TenantMongoLiquibaseExecutor tenantLiquibase(EncryptionDecryptionService encryptionService,
public TenantMongoLiquibaseExecutor tenantMongoLiquibaseExecutor(EncryptionDecryptionService encryptionService,
TenantProvider tenantProvider,
@Qualifier("tenantMongoLiquibaseProperties") LiquibaseProperties mongoLiquibaseProperties) {