springboot項目配置多環境打包部署遇到的問題總結

由於項目用到了多個環境,springboot項目在打包的時候要根據環境進行初始化相關設置,所以須要在pom文件中配置多環境變量 pom配置文件以下:web <profiles> <profile> <id>dev</id> <properties> <profileActive>dev</profile
相關文章
相關標籤/搜索