spring.profiles.active=dev
在yaml檔案中支援使用多文件塊方式,不同的環境可以通過 — 進行分隔,如果有編寫的pplication-.properties/yml檔案,則檔案優先。
spring
:profiles
:active
: prod #指定需要切換的環境,檔案優先
---spring
:profiles
: dev #指定屬於哪個環境
---spring
:profiles
: prod #指定屬於哪個環境
如果專案打包後可以直接在測試的時候,配置傳入以下命令列引數切換配置環境
--spring.profiles.active=dev
Profile多配置檔案資訊切換
profile多配置檔案資訊切換 應用場景 乙個專案中,會有生產環境的埠號 測試環境的埠號 本地環境埠號 為了方便在多配置檔案中來回切換,做以下處理。server.port 8888 spring.profiles.active dev 只需要更換對應的名字就可以切換埠號yml的寫法 server ...
tp Yaconf 配置檔案使用
yaconf是乙個高效能的php配置容器,它在php啟動的時候把格式為ini的配置檔案parse後儲存在php的常駐記憶體中 configure with php config usr bin php config make j make install 查詢php.ini檔案php i grep ...
drbd配置檔案 drbd配置檔案
drbd配置檔案 vim usr local drbd etc drbd.d global common.conf global usage count yes 是否參加drbd使用者統計 common protocol c 使用drbd的第三種同步協議 disk 使用dpod功能保證在數 on i...