Skip to content

Commit 81ec1d8

Browse files
committed
Merge branch '5.1.x'
2 parents f6c1681 + fc6cff5 commit 81ec1d8

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

src/docs/asciidoc/web/webflux.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2382,7 +2382,7 @@ for the body.
23822382
Spring offers support for the Jackson JSON library.
23832383

23842384
[[webflux-ann-jsonview]]
2385-
===== Jackson Serialization Views
2385+
===== JSON Views
23862386
[.small]#<<web.adoc#mvc-ann-jackson,Same as in Spring MVC>>#
23872387

23882388
Spring WebFlux provides built-in support for

src/docs/asciidoc/web/webmvc-view.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1899,7 +1899,7 @@ Spring offers support for the Jackson JSON library.
18991899

19001900

19011901
[[mvc-view-json-mapping]]
1902-
=== Jackson-based JSON Views
1902+
=== Jackson-based JSON MVC Views
19031903
[.small]#<<web-reactive.adoc#webflux-view-httpmessagewriter,Same as in Spring WebFlux>>#
19041904

19051905
The `MappingJackson2JsonView` uses the Jackson library's `ObjectMapper` to render the response

src/docs/asciidoc/web/webmvc.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2688,7 +2688,7 @@ types for the body.
26882688
Spring offers support for the Jackson JSON library.
26892689

26902690
[[mvc-ann-jsonview]]
2691-
===== Jackson Serialization Views
2691+
===== JSON Views
26922692
[.small]#<<web-reactive.adoc#webflux-ann-jsonview,Same as in Spring WebFlux>>#
26932693

26942694
Spring MVC provides built-in support for

0 commit comments

Comments
 (0)