All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.quarkus.grpc.runtime.config.GrpcCodeGenConfig.jdp Maven / Gradle / Ivy

There is a newer version: 3.15.1
Show newest version
#
#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.




© 2015 - 2024 Weber Informatics LLC | Privacy Policy