Skip to content

Commit

Permalink
Merge pull request #67 from Onlineberatung/develop
Browse files Browse the repository at this point in the history
merge with onlineberatung
  • Loading branch information
tkuzynow authored Sep 8, 2022
2 parents 1427af3 + e834883 commit a496a3b
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 a496a3b

Please sign in to comment.