SpringBoot學習筆記三之【多Profile文件的Maven發佈使用】

在springboot工程中配置文件編寫的時候可以使用application-{profile}.properties/yml,默認使用application.properties/yml,例如: 每個環境配置如下: #application-dev.properties server.port=8080 #application-test.properties server.port=8082
相關文章
相關標籤/搜索