Package org.springframework.boot
Class SpringBootVersion
java.lang.Object
org.springframework.boot.SpringBootVersion
Exposes the Spring Boot version.
- Since:
 - 1.3.0
 - Author:
 - Drummond Dawson, Hendrig Sellik, Andy Wilkinson, Scott Frederick
 
- 
Method Summary
Modifier and TypeMethodDescriptionstatic StringReturn the full version string of the present Spring Boot codebase. 
- 
Method Details
- 
getVersion
Return the full version string of the present Spring Boot codebase.- Returns:
 - the version of Spring Boot
 
 
 -