Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/develop' into feat/VIC-1343_regi…
Browse files Browse the repository at this point in the history
…stration_statistics
  • Loading branch information
PhilippFr committed Sep 8, 2022
2 parents 8fe4cc8 + e834883 commit 560c867
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,14 @@
import lombok.extern.slf4j.Slf4j;
import org.springframework.beans.factory.annotation.Value;
import org.springframework.stereotype.Component;
import org.springframework.transaction.annotation.Transactional;
import org.springframework.web.context.request.RequestContextHolder;
import org.springframework.web.context.request.ServletRequestAttributes;

@Component
@RequiredArgsConstructor
@Slf4j
@Transactional
public class MultitenancyWithSingleDomainTenantResolver implements TenantResolver {

private static final String USERS_CONSULTANTS = "/users/consultants/";
Expand Down

0 comments on commit 560c867

Please sign in to comment.