Browse Source
This commit also moves hazelcast from core features to IO Closes gh-27132pull/28078/head
16 changed files with 50 additions and 9 deletions
@ -0,0 +1,5 @@
@@ -0,0 +1,5 @@
|
||||
[[container-images.whats-next]] |
||||
== What to Read Next |
||||
Once you've learned how to build efficient container images, you can read about <<deployment#deployment.cloud.kubernetes, deploying applications to a cloud platform>>, such as Kubernetes. |
||||
|
||||
|
||||
@ -0,0 +1,4 @@
@@ -0,0 +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. |
||||
@ -1,4 +1,4 @@
@@ -1,4 +1,4 @@
|
||||
[[features.hazelcast]] |
||||
[[io.hazelcast]] |
||||
== Hazelcast |
||||
If https://hazelcast.com/[Hazelcast] is on the classpath and a suitable configuration is found, Spring Boot auto-configures a `HazelcastInstance` that you can inject in your application. |
||||
|
||||
@ -0,0 +1,6 @@
@@ -0,0 +1,6 @@
|
||||
[[io.whats-next]] |
||||
== What to Read Next |
||||
You should now have a good understanding of Spring Boot's <<features#features, core features>> and the various technologies that Spring Boot provides support for via auto-configuration. |
||||
|
||||
The next few sections go into detail about deploying applications to cloud platforms. |
||||
You can read about <<container-images#container-images, building container images>> in the next section or skip to the <<actuator#actuator, production-ready features>> section. |
||||
@ -0,0 +1,4 @@
@@ -0,0 +1,4 @@
|
||||
[[messaging.whats-next]] |
||||
== What to Read Next |
||||
The next section describes how to enable <<io#io, IO capabilities>> in your applicaiton. |
||||
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. |
||||
@ -0,0 +1,5 @@
@@ -0,0 +1,5 @@
|
||||
[[upgrading.whats-next]] |
||||
== What to Read Next |
||||
Once you've decided to upgrade your application, you can find detailed information regarding specific features in the rest of the document. |
||||
|
||||
Spring Boot's documentation is specific to that version, so any information that you find in here will contain the most up-to-date changes that are in that version. |
||||
@ -0,0 +1,5 @@
@@ -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. |
||||
Loading…
Reference in new issue