Annotation Type DevModeQuarkusApplication

    • Optional Element Summary

      Optional Elements 
      Modifier and Type Optional Element Description
      Class<?>[] classes  
      boolean grpc
      Enable GRPC configuration.
      String properties  
    • Element Detail

      • classes

        Class<?>[] classes
        Default:
        {}
      • properties

        String properties
        Returns:
        the properties file to use to configure the Quarkus application.
        Default:
        "application.properties"
      • grpc

        boolean grpc
        Enable GRPC configuration. This property will map the gPRC service to a random port.
        Default:
        false