Skip to content

Commit dd5091f

Browse files
committed
Merge branch '1.5.x'
2 parents edc9a9b + b602b1d commit dd5091f

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

spring-boot-docs/src/main/asciidoc/howto.adoc

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2442,6 +2442,11 @@ https://plugins.gradle.org/plugin/com.gorylenko.gradle-git-properties[`gradle-gi
24422442
}
24432443
----
24442444

2445+
TIP: The commit time in `git.properties` is expected to match the format
2446+
`yyyy-MM-dd'T'HH:mm:ssZ`. This is the default format for both plugins listed above. Using this format
2447+
allows the time to be parsed into a `Date` and its format when serialized to JSON to be controlled by
2448+
Jackson's date serialization configuration settings.
2449+
24452450

24462451

24472452
[[howto-customize-dependency-versions-with-maven]]

0 commit comments

Comments
 (0)