Class ProjectInfoProperties
- java.lang.Object
- org.springframework.boot.autoconfigure.info.ProjectInfoProperties
@ConfigurationProperties(prefix="spring.info") public class ProjectInfoProperties extends Object
Configuration properties for project information.- Since:
- 1.4.0
Nested Class Summary
Nested Classes Modifier and Type Class Description static classProjectInfoProperties.BuildBuild specific info properties.static classProjectInfoProperties.GitGit specific info properties.
Constructor Summary
Constructors Constructor Description ProjectInfoProperties()
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ProjectInfoProperties.BuildgetBuild()ProjectInfoProperties.GitgetGit()
Constructor Detail
ProjectInfoProperties
public ProjectInfoProperties()
Method Detail
getBuild
public ProjectInfoProperties.Build getBuild()
getGit
public ProjectInfoProperties.Git getGit()