org.springframework.boot

Class SpringBootVersion

  • java.lang.Object
    • org.springframework.boot.SpringBootVersion


  • public final class SpringBootVersion
    extends java.lang.Object
    Exposes the Spring Boot version.
    Since:
    1.3.0
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method and Description
      static java.lang.String getVersion()
      Return the full version string of the present Spring Boot codebase.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • getVersion

        public static java.lang.String getVersion()
        Return the full version string of the present Spring Boot codebase.
        Returns:
        the version of Spring Boot