Auto-configure GitInfo
This commit moves `GitInfo` to a general "project info" area that will be further improved with others project related information. Deprecate `spring.git.properties` in favour of `spring.info.git.location` Closes gh-2484
This commit is contained in:
@@ -0,0 +1 @@
|
||||
foo=bar
|
||||
@@ -0,0 +1,4 @@
|
||||
git.commit.user.email=john@example.com
|
||||
git.commit.id=f95038ec09e29d8f91982fd1cbcc0f3b131b1d0a
|
||||
git.commit.user.name=John Smith
|
||||
git.commit.time=2016-03-03T10\:02\:00+0100
|
||||
Reference in New Issue
Block a user