大飞_dafei

导航

2022年5月12日 #

SpringBoot 分环境打包

摘要: SpringBoot 分环境打包 application.yml文件配置 spring: profiles: # 动态环境选择,对应pom.xml文件中 <properties> <env>dev</env> </properties> active: @env@ pom.xml 文件配置 <pro 阅读全文

posted @ 2022-05-12 23:42 大飞_dafei 阅读(243) 评论(0) 推荐(0) 编辑