国产成人精品亚洲777人妖,欧美日韩精品一区视频,最新亚洲国产,国产乱码精品一区二区亚洲

您的位置:首頁(yè)技術(shù)文章
文章詳情頁(yè)

Admin - SpringBoot + Maven 多啟動(dòng)環(huán)境配置實(shí)例詳解

瀏覽:150日期:2023-03-19 15:56:09

一:父級(jí)pom.xml文件 resources目錄下新建指定文件夾,存放Spring配置文件

<profiles> <profile> <id>dev</id> <properties> <profiles.active>dev</profiles.active> </properties> <activation> <activeByDefault>true</activeByDefault> </activation> </profile> <profile> <id>telework</id> <properties> <profiles.active>telework</profiles.active> </properties> </profile> <profile> <id>sit</id> <properties> <profiles.active>sit</profiles.active> </properties> </profile> <profile> <id>pre</id> <properties> <profiles.active>pre</profiles.active> </properties> </profile> <profile> <id>prod</id> <properties> <profiles.active>prod</profiles.active> </properties> </profile></profiles>

二:application.properties

######################### server ###################server.servlet.context-path=/i-admin-apiserver.port=10086spring.profiles.active=@profiles.active@

到此這篇關(guān)于Admin - SpringBoot + Maven 多啟動(dòng)環(huán)境配置實(shí)例詳解的文章就介紹到這了,更多相關(guān)SpringBoot + Maven 環(huán)境配置內(nèi)容請(qǐng)搜索好吧啦網(wǎng)以前的文章或繼續(xù)瀏覽下面的相關(guān)文章希望大家以后多多支持好吧啦網(wǎng)!

標(biāo)簽: Spring
相關(guān)文章:
主站蜘蛛池模板: 阿尔山市| 大理市| 科尔| 保康县| 乌兰察布市| 额敏县| 郎溪县| 乌拉特后旗| 剑阁县| 老河口市| 花垣县| 库尔勒市| 青冈县| 额尔古纳市| 商城县| 岳池县| 阜城县| 紫阳县| 重庆市| 从江县| 乐都县| 剑河县| 彰化县| 晋城| 和林格尔县| 松溪县| 翁牛特旗| 通海县| 大安市| 扶绥县| 弥渡县| 芷江| 建湖县| 贵阳市| 仁寿县| 鸡泽县| 石泉县| 南宫市| 华阴市| 深州市| 麻栗坡县|