renamed TenantCreatedListener to MongoTenantCreatedListener in order to avoid multiple beans with same name in persistence-service
This commit is contained in:
parent
bd4444dc4a
commit
da4f40f0a4
@ -12,7 +12,7 @@ import lombok.extern.slf4j.Slf4j;
|
||||
@Slf4j
|
||||
@Service
|
||||
@RequiredArgsConstructor
|
||||
public class TenantCreatedListener {
|
||||
public class MongoTenantCreatedListener {
|
||||
|
||||
private final TenantMongoLiquibaseExecutor tenantMongoLiquibaseExecutor;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user