Annotation Interface WithEnvVars


@Target({TYPE,METHOD}) @Retention(RUNTIME) public @interface WithEnvVars
WithEnvVars is used to set environment variables before starting the server
  • Optional Element Summary

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

    • value

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