91超碰碰碰碰久久久久久综合_超碰av人澡人澡人澡人澡人掠_国产黄大片在线观看画质优化_txt小说免费全本

溫馨提示×

溫馨提示×

您好,登錄后才能下訂單哦!

密碼登錄×
登錄注冊×
其他方式登錄
點擊 登錄注冊 即表示同意《億速云用戶服務條款》

Spring boot部署發布到linux的操作方法

發布時間:2020-10-16 21:47:10 來源:腳本之家 閱讀:157 作者:小小她爹 欄目:編程語言

限制條件:

The default script supports most Linux distributions and is tested on CentOS and Ubuntu. Other platforms, such as OS X and FreeBSD, will require the use of a custom embeddedLaunchScript.

當前文檔適用于 CentOS and Ubuntu,其他平臺需要定制腳本

1、部署發布

1.1 打包

maven打包成執行文件

<plugin>
 <groupId>org.springframework.boot</groupId>
 <artifactId>spring-boot-maven-plugin</artifactId>
 <configuration>
  <executable>true</executable>
 </configuration>
</plugin> 

Gradle設置

springBoot {
 executable = true
} 

You can then run your application by typing ./my-application.jar (where my-application is the name of your artifact).

打包完成后,可以使用./my-application.jar 運行 

1.2 原理

linux下查看文件格式為一個bshell可執行文件

[root@i-2cjt6k6n ~]# file audit-console-1.0.0.jar
audit-console-1.0.0.jar: Bourne-Again shell script text executable 

查看文件內容

vi audit-console-1.0.0.jar

文件開頭:

Spring boot部署發布到linux的操作方法

shell與執行jar內容的分割:

Spring boot部署發布到linux的操作方法

可以看到,非常高的技巧,jar包包裝為shell可執行文件,另外可以加載自己運行 

1.3 發布為一個服務

 ln -s /var/myapp/myapp.jar /etc/init.d/myapp
service myapp start

總結

以上所述是小編給大家介紹的Spring boot部署發布到linux的操作方法,希望對大家有所幫助,如果大家有任何疑問請給我留言,小編會及時回復大家的。在此也非常感謝大家對億速云網站的支持!

向AI問一下細節

免責聲明:本站發布的內容(圖片、視頻和文字)以原創、轉載和分享為主,文章觀點不代表本網站立場,如果涉及侵權請聯系站長郵箱:is@yisu.com進行舉報,并提供相關證據,一經查實,將立刻刪除涉嫌侵權內容。

AI

灵台县| 黔南| 石狮市| 襄樊市| 永安市| 高尔夫| 河池市| 朝阳县| 莱阳市| 汉寿县| 南雄市| 姜堰市| 洛扎县| 黔江区| 余干县| 松桃| 章丘市| 博爱县| 铅山县| 葵青区| 淮阳县| 灵石县| 江西省| 玉环县| 集贤县| 洛南县| 正蓝旗| 宣恩县| 临沧市| 阿鲁科尔沁旗| 湖南省| 德钦县| 民和| 张家界市| 罗城| 天台县| 民县| 元阳县| 油尖旺区| 团风县| 松桃|