Skip to main content
Version: v2026.0.0

Install as jar

First Download the Plume jar

Application configuration is based on Spring Boot mechanisms. Properties for configuring Plume and its connectors can be provided in a number of ways:

  • By a JVM property :

    java -D<name>=<value> -jar plume-<version>.jar
  • By a property file. The name of this file (without extension) must be supplied as a JVM property spring.config.name. At runtime, Spring will search for this file in the following directories:

    • The /config subdirectory of the current (/ runtime) directory
    • The current directory