Annotation Type WithEnvVars

    • Optional Element Summary

      Optional Elements 
      Modifier and Type Optional Element Description
      String[] value
      List of environment variables to be set as key-value pairs, e.g.
    • Element Detail

      • value

        String[] value
        List of environment variables to be set as key-value pairs, e.g. {"JAVA_OPTS", -Xms64m", "DEBUG_PORT", "5005"}
        Default:
        {}