You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<1> Make sure to pull the version that matches the release.
54
54
@@ -1071,7 +1071,7 @@ grpc:
1071
1071
== Eureka Integration
1072
1072
1073
1073
When building production-ready services, the advise is to have separate project for your service(s) gRPC API that holds only proto-generated classes both for server and client side usage. +
1074
-
You will then add this project as `compile` dependency to your `gRPC client` and `gRPC server` projects.
1074
+
You will then add this project as `implementation` dependency to your `gRPC client` and `gRPC server` projects.
1075
1075
1076
1076
To integrate `Eureka` simply follow the great https://spring.io/guides/gs/service-registration-and-discovery/[guide] from Spring.
1077
1077
@@ -1085,8 +1085,8 @@ Below are the essential parts of configurations for both server and client proje
0 commit comments