We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
grpc.port
1 parent 2519474 commit 22b8f77Copy full SHA for 22b8f77
grpc-spring-boot-starter/src/main/java/org/lognet/springboot/grpc/autoconfigure/GRpcServerProperties.java
@@ -4,7 +4,6 @@
4
import lombok.Getter;
5
import lombok.Setter;
6
import org.springframework.boot.context.properties.ConfigurationProperties;
7
-import org.springframework.stereotype.Component;
8
import org.springframework.util.SocketUtils;
9
10
import java.util.Optional;
@@ -15,7 +14,6 @@
15
14
16
@ConfigurationProperties("grpc")
17
@Getter @Setter
18
-@Component("grpcProperties")
19
public class GRpcServerProperties {
20
public static final int DEFAULT_GRPC_PORT = 6565;
21
/**
0 commit comments