Skip to content
Snippets Groups Projects
Commit 4c00b9e9 authored by OZGCloud's avatar OZGCloud
Browse files

OZG-6162 change bean name prefix to document_

parent 63951324
Branches
Tags
No related merge requests found
......@@ -43,8 +43,8 @@ public class DocumentManagerConfiguration {
private static final String GRPC_USER_MANAGER_NAME = "user-manager";
private static final String GRPC_COMMAND_MANAGER_NAME = "command-manager";
public static final String COMMAND_SERVICE_NAME = "bescheid_OzgCloudCommandService";
public static final String USER_PROFILE_SERVICE_NAME = "bescheid_OzgCloudUserProfileService";
public static final String COMMAND_SERVICE_NAME = "document_OzgCloudCommandService";
public static final String USER_PROFILE_SERVICE_NAME = "document_OzgCloudUserProfileService";
@GrpcClient(GRPC_COMMAND_MANAGER_NAME)
private CommandServiceGrpc.CommandServiceBlockingStub commandServiceStub;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment