Spring Boot 2.X combat tutorial (20) deployed to the cloud

20 . Deployed to the cloud

Spring Boot executable jar is readily available for most popular cloud PaaS (Platform as a Service) providers. These providers often require you to " bring their own container " . They manage application processes (rather than specific Java application), so they need an intermediate layer, so that your applications to adapt to the concept of the process of running the cloud. 

Ideally, your application (such as Spring Boot executable JAR ) have everything in the package which runs required.

In this section, we will learn how to " Getting Started " section in the developed and run in the cloud simple application .

20 .1 Ali cloud

You can deploy a standalone executable jar applications as well as traditional .war packaged applications.

Build applications (e.g., using mvn Clean Package ) and mounted XShell command line tool , using Xftp upload applications. Before push applications, be sure to log on the client . 

 

If in doubt, watch the video: https://ke.qq.com/course/428845

 

Guess you like

Origin www.cnblogs.com/daqiang123/p/11270985.html