Apply spotless
This commit is contained in:
@@ -37,7 +37,6 @@ public class PartitionModeConfigurer {
|
|||||||
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