Apply spotless
This commit is contained in:
@@ -35,9 +35,8 @@ public class PartitionModeConfigurer {
|
|||||||
} else if (partitioning.getRequest_tenant_partitioning_mode()) {
|
} else if (partitioning.getRequest_tenant_partitioning_mode()) {
|
||||||
ourLog.info("Partitioning mode enabled in: Request tenant partitioning mode");
|
ourLog.info("Partitioning mode enabled in: Request tenant partitioning mode");
|
||||||
RequestTenantPartitionInterceptor tenantPartitionInterceptor = new RequestTenantPartitionInterceptor();
|
RequestTenantPartitionInterceptor tenantPartitionInterceptor = new RequestTenantPartitionInterceptor();
|
||||||
tenantPartitionInterceptor.setPartitionSettings(myPartitionSettings);
|
tenantPartitionInterceptor.setPartitionSettings(myPartitionSettings);
|
||||||
myRestfulServer.registerInterceptor(tenantPartitionInterceptor);
|
myRestfulServer.registerInterceptor(tenantPartitionInterceptor);
|
||||||
//myRestfulServer.registerInterceptor(new RequestTenantPartitionInterceptor());
|
|
||||||
myRestfulServer.setTenantIdentificationStrategy(new UrlBaseTenantIdentificationStrategy());
|
myRestfulServer.setTenantIdentificationStrategy(new UrlBaseTenantIdentificationStrategy());
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user