Package org.springframework.boot
Class SpringBootVersion
java.lang.Object
org.springframework.boot.SpringBootVersion
Exposes the Spring Boot version.
- Since:
- 1.3.0
- 
Method SummaryModifier and TypeMethodDescriptionstatic StringReturn the full version string of the present Spring Boot codebase.
- 
Method Details- 
getVersionReturn the full version string of the present Spring Boot codebase.- Returns:
- the version of Spring Boot
 
 
-