类 OsInfo

java.lang.Object
org.springframework.boot.info.OsInfo

public class OsInfo extends Object
Information about the Operating System the application is running on.
从以下版本开始:
2.7.0
作者:
Jonatan Ivanov
  • 构造器详细资料

    • OsInfo

      public OsInfo()
  • 方法详细资料

    • getName

      public String getName()
    • getVersion

      public String getVersion()
    • getArch

      public String getArch()