Phillip Webb 0e906dc6e2 Use convention based code imports
Closes gh-29647
2022-02-04 19:46:44 -08:00

18 lines
526 B
Plaintext

[[deployment]]
= Deploying Spring Boot Applications
include::attributes.adoc[]
Spring Boot's flexible packaging options provide a great deal of choice when it comes to deploying your application.
You can deploy Spring Boot applications to a variety of cloud platforms, to virtual/real machines, or make them fully executable for Unix systems.
This section covers some of the more common deployment scenarios.
include::deployment/cloud.adoc[]
include::deployment/installing.adoc[]
include::deployment/whats-next.adoc[]