Generate standard configuration meta-data

Update the `spring-boot`, `spring-boot-autoconfigure` and
`spring-boot-actuator` project to generate configuration meta-data
files during compilation.

See gh-1001
This commit is contained in:
Stephane Nicoll
2014-10-28 15:04:52 -07:00
committed by Phillip Webb
parent c73adcd198
commit fbf8f56a97
9 changed files with 235 additions and 1 deletions

View File

@@ -0,0 +1,8 @@
{"properties": [
{
"name": "spring.git.properties",
"dataType": "java.lang.String",
"description": "Resource reference to a generated git info properties file."
}
]}