Browse Source

Merge branch '2.1.x'

pull/16539/head
Stephane Nicoll 7 years ago
parent
commit
4d4566e0f9
  1. 2
      spring-boot-project/spring-boot-docs/src/main/asciidoc/spring-boot-features.adoc

2
spring-boot-project/spring-boot-docs/src/main/asciidoc/spring-boot-features.adoc

@ -1442,7 +1442,7 @@ available: @@ -1442,7 +1442,7 @@ available:
`@DurationUnit` has been specified)
* The standard ISO-8601 format
{java-javadoc}/java/time/Duration.html#parse-java.lang.CharSequence-[used by
`java.util.Duration`]
`java.time.Duration`]
* A more readable format where the value and the unit are coupled (e.g. `10s` means 10
seconds)

Loading…
Cancel
Save