【JAVA】springboot多環境打包

1. 上圖,目錄結構 2. pom.xml  <profiles> <!-- 系統環境切換 dev爲開發環境配置, test爲測試環境配置,pro爲生產環境配置 --> <profile> <id>test</id> <properties> <env>test</env>
相關文章
相關標籤/搜索