Class SystemProperties

java.lang.Object
org.springframework.boot.system.SystemProperties

public final class SystemProperties extends Object
Access to system properties.
Since:
2.0.0
Author:
Phillip Webb
  • Method Details

    • get

      public static @Nullable String get(String... properties)