開發環境和真實的專案環境是不樣的
8080
80在開發中,一般有兩種環境
1,生產環境 [專案上線,客戶在使用中,就是生產環境]
2,開發環境[就是開發環境,不解釋]
有時候開發環境和生產環境的配置方法是不一樣的,那麼如何快速的切換呢,這裡就要使用profiles檔案
server.port=8888
server.port=9999
#
spring.profiles.active=pro
#配置啟用哪乙個配置檔案
spring:
profiles:
active:
- dev
右鍵執行–>run configruations
進入設定執行時的虛擬機器引數
#主配置,啟動哪個配置檔案
spring:
profiles:
active:
- dev
#插入開發配置檔案---
spring:
profiles: dev
server:
port:
8888
#插入生產的配置檔案
---
spring:
profiles: pro
server:
port:
9999
Maven多環境配置profiles思路
兩種方法。不過都要用到profile localid trueactivebydefault activation localenv properties profile testid testenv properties profile prdid prdenv properties profil...
五 SpringBoot的Profiles講解
舉個例子。一般在開發專案的時候要有多個環境,如開發環境 測試環境 生產環境,他們的配置檔案一般不同。當我們要向各個環境發布程式時,需要人工處理這些配置檔案,這顯然麻煩且易錯。有了profile,一切問題就簡單了 簡單講profile就是一組配置,不同profile提供不同組合的配置,程式執行時可以選...
重建WAS的profiles概要資訊
由於某種原因,需要刪除重建was7的profiles,並重新按照模板建立新profiles a.使用manageprofiles.sh命令刪除概要 檢視當前的profiles 到.profiles目錄下,刪除所有概要的資料夾 b.刪除profileregistry.xml資訊 找到profilere...