本文新增一個新的專案
名稱為:springbootmultipleprofiles
本文說明 多環境檔配置
Spring Boot Multiple profiles properties
在Spring Boot中多環境配置檔名
application-{profile}.properties的格式,
而{profile}對應環境,
在產品開發時,需多種環境來做測試,
如下:
application.properties:主配置檔案
application-dev.properties: 開發環境
application-sit.properties: 系統整合測試環境
application-uit.properties: 用戶測試環境
application-pro .properties: 生產環境
profile 為 dev sit uit pro
使用server.port 設定來測試是否能多檔。
設定及檔案如圖
而application.properties 為主配置檔案
使用spring.profiles.active 來設定目前使用那個profile設定檔
圖 spring.profiles.active=dev
圖 dev測試結果
圖 sit測試結果
其它的這裡就不貼圖了,
下一篇:
用LINE傳送分享
其它文章
沒有留言:
張貼留言