Skip to content

Commit 25a69f3

Browse files
committed
First phase
1 parent 884d9a0 commit 25a69f3

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

openaev-api/src/main/java/io/openaev/config/security/SecurityService.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919
import java.util.UUID;
2020
import lombok.RequiredArgsConstructor;
2121
import lombok.extern.slf4j.Slf4j;
22+
import org.springframework.context.annotation.Lazy;
2223
import org.springframework.core.env.Environment;
2324
import org.springframework.stereotype.Service;
2425

@@ -40,7 +41,7 @@ public class SecurityService {
4041
private final UserMappingService userMappingService;
4142
private final Environment env;
4243
private final UserEventService userEventService;
43-
private final TenantService tenantService;
44+
private final @Lazy TenantService tenantService;
4445

4546
public User userManagement(
4647
String emailAttribute,

0 commit comments

Comments
 (0)