Skip to content

Commit 0ca897a

Browse files
✨ fix : gRPC Type 에러 수정
1 parent bd7053a commit 0ca897a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/resources/application-dev.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,4 +38,4 @@ spring:
3838
client:
3939
kafka-user-service:
4040
address: ${GRPC_ADDRESS}
41-
negotiationType: {GRPC_TYPE}
41+
negotiationType: ${GRPC_TYPE}

0 commit comments

Comments
 (0)