io.quarkus.grpc.runtime.config.GrpcCodeGenConfig.jdp Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of quarkus-grpc Show documentation
Show all versions of quarkus-grpc Show documentation
Serve and consume gRPC services
#
#Wed Sep 13 22:58:59 CEST 2023
io.quarkus.grpc.runtime.config.GrpcCodeGenConfig.scanForProto=gRPC code generation can scan dependencies of the application for proto files to generate Java stubs from.\nThis property sets the scope of the dependencies to scan.\nApplicable values\:\n\n- none - default - don't scan dependencies
\n- a comma separated list of groupId\:artifactId coordinates to scan
\n- all - scan all dependencies
\n
io.quarkus.grpc.runtime.config.GrpcCodeGenConfig.scanForImports=Specify the dependencies that are allowed to have proto files that can be imported by this application's protos\n\nApplicable values\:\n\n- none - default - don't scan dependencies
\n- a comma separated list of groupId\:artifactId coordinates to scan
\n- all - scan all dependencies
\n
\n\nBy default, com.google.protobuf\:protobuf-java.