天天看點

使用heroku java buildpack 釋出spring boot jar到deis雲平台deis-spring-boot

部署spring boot jar程式到deis的模闆

這個模闆允許:

使用一個spring boot 的fat jar

修改預設的jvm設定

步驟:

下載下傳,可選擇下載下傳zip,或者<code>git clone</code>

編輯launch.sh,使用正确的jar位址替代jar_file=?

将jar包放在目前目錄

使用buildpacks部署spring boot jar 詳細步驟:

生成一個ssh key,可使用安裝deis的ssh key

在注冊好deis使用者後,執行<code>deis keys:add</code>按照提示操作

執行<code>eval `ssh-agent -s`</code>

執行<code>ssh-add ~/.ssh/deis</code>

<code>git clone https://github.com/wiselyman/deis-spring-boot.git</code>

<code>cd deis-spring-boot</code>

<code>deis create app_name</code>

<code>git push deis master</code>