See gh-28501
This commit is contained in:
Leo Li
2021-11-02 14:02:43 +08:00
committed by Stephane Nicoll
parent 7ad60df844
commit 73e9c355f1
3 changed files with 7 additions and 7 deletions

View File

@@ -1,4 +1,4 @@
[[data.whats-next]]
== What to Read Next
You should now have a feeling for how to use Spring Boot with various data technologies.
From here, you can read about Spring Boot's support for various <<messaging#messaging, messaging technolgoies>> and how to enable them in your application.
From here, you can read about Spring Boot's support for various <<messaging#messaging, messaging technologies>> and how to enable them in your application.

View File

@@ -1,4 +1,4 @@
[[messaging.whats-next]]
== What to Read Next
The next section describes how to enable <<io#io, IO capabilities>> in your applicaiton.
The next section describes how to enable <<io#io, IO capabilities>> in your application.
You can read about <<io#io.caching, caching>>, <<io#io.email, mail>>, <<io#io.validation, validation>>, <<io#io.rest-client, rest clients>> and more in this section.