18 lines
526 B
Plaintext
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[]
|