SpringBoot使用yml配置多 profile

profile是Spring對不同環境提供不同配置功能的支持,可以通過激活、指定參數的方式來快速切換環境。 第一種方式 yml多文檔塊方式 第二種方式 第三中方式 先將項目打包,然後運行命令。 java -jar spring-boot-hello-quick-0.0.1-SNAPSHOT.jar --spring.profiles.active=prod 第四種方式
相關文章
相關標籤/搜索