Add what's next to new sections

This commit also moves hazelcast from core features to IO

Closes gh-27132
This commit is contained in:
Madhura Bhave
2021-09-20 16:10:37 -07:00
parent 7e257dc24c
commit ac00df79f1
16 changed files with 50 additions and 9 deletions

View File

@@ -0,0 +1,5 @@
[[web.whats-next]]
== What to Read Next
You should now have a good understanding of how to develop web applications with Spring Boot.
The next few sections describe how Spring Boot integrates with various <<data#data, data technologies>>, <<messaging#messaging, messaging systems>>, and other IO capabilities.
You can pick any of these based on your application's needs.