Merge branch '6.1.x'
This commit is contained in:
@@ -94,7 +94,8 @@ class WebConfig : WebFluxConfigurer {
|
||||
[.small]#xref:web/webmvc/mvc-config/conversion.adoc[See equivalent in the Servlet stack]#
|
||||
|
||||
By default, formatters for various number and date types are installed, along with support
|
||||
for customization via `@NumberFormat`, `@DurationFormat` and `@DateTimeFormat` on fields.
|
||||
for customization via `@NumberFormat`, `@DurationFormat`, and `@DateTimeFormat` on fields
|
||||
and parameters.
|
||||
|
||||
To register custom formatters and converters in Java config, use the following:
|
||||
|
||||
|
||||
@@ -4,7 +4,8 @@
|
||||
[.small]#xref:web/webflux/config.adoc#webflux-config-conversion[See equivalent in the Reactive stack]#
|
||||
|
||||
By default, formatters for various number and date types are installed, along with support
|
||||
for customization via `@NumberFormat`, `@DurationFormat` and `@DateTimeFormat` on fields.
|
||||
for customization via `@NumberFormat`, `@DurationFormat`, and `@DateTimeFormat` on fields
|
||||
and parameters.
|
||||
|
||||
To register custom formatters and converters, use the following:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user