hotfix: Fixed statup

This commit is contained in:
Dominique Eifländer 2024-04-18 12:08:01 +02:00
parent a4854c04a7
commit c73ff14d5f
2 changed files with 2 additions and 3 deletions

View File

@ -57,7 +57,7 @@ import io.micrometer.observation.aop.ObservedAspect;
import lombok.extern.slf4j.Slf4j;
@Slf4j
@EnableAsync
@EnableAsync(proxyTargetClass=true)
@EnableRetry
@EnableScheduling
@EnableCaching

View File

@ -185,8 +185,7 @@ public abstract class AbstractPersistenceServerServiceTest {
private EncryptionDecryptionService encryptionDecryptionService;
@Autowired
private TenantCreatedListener tenantCreatedListener;
@MockBean
private SaasMigrationService saasMigrationService;
private static String[] getAllRoles() {