續前編
專案為 maven專案,使用IDEA 開發工具。
在IDEA 右邊有 >Maven 工具 可以使用,
點入Maven工具->點專案名稱->下有Lfecycle ->下點二下 執行 package
圖1
如果你的IDEA 開發工具右邊沒有Maven,那點上方選單view -> Tool Windows -> Maven
圖2
執行後到最後,看是否有 BUILD SUCCESS
Building jar 可以找到產出jar檔的位罝
預設都會在專案下的target資料夾下
圖3
執行java -jar xxxxxx.jar
使用IDEA 的 Terminal工具來下指令
本文指令如下:
java -jar target\springbootmultipleprofilesdemo-0.0.1-SNAPSHOT.jar
也可以指定 環境來執行,如下:
java -jar -Dspring.profiles.active=uat xxxxxx.jar
原本打包時預設是sit。可以下指令的方法調整。
本文指令調整為uat 如下:
java -jar -Dspring.profiles.active=uat target\springbootmultipleprofilesdemo-0.0.1-SNAPSHOT.jar
java -jar -Dspring.profiles.active=prod target\springbootmultipleprofilesdemo-0.0.1-SNAPSHOT.jar
圖6 給錯的值,使用預設值
用LINE傳送分享
其它文章
沒有留言:
張貼留言