Skip to content
Snippets Groups Projects
Commit 19c09974 authored by Sherman Yang's avatar Sherman Yang
Browse files

add bean binding qualifier TenantInfoFactorySearch to TenantInfo class

parent b55f31cf
Branches
Tags
1 merge request!6Trusted ibm
......@@ -50,6 +50,7 @@ public class RequestInfoImpl implements IRequestInfo {
private IServiceAccountJwtClient serviceAccountJwtClient;
@Inject
@Qualifier("TenantInfoFactorySearch")
private TenantInfo tenantInfo;
@Value("${DEPLOYMENT_ENVIRONMENT}")
......
......@@ -38,6 +38,7 @@ public class RequestInfoImpl implements IRequestInfo {
private IServiceAccountJwtClient serviceAccountJwtClient;
@Inject
@Qualifier("TenantInfoFactorySearch")
private TenantInfo tenantInfo;
@Value("${DEPLOYMENT_ENVIRONMENT}")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment