





























-pl, --projects
Build specified reactor projects instead of all projects
-am, --also-make
If project list is specified, also build projects required by the list
-amd, --also-make-dependents
If project list is specified, also build projects that depend on projects on the list
$ mvn install -pl ielong-wx -am
$ mvn install -pl ielong-common -am -amd
mvn clean package -Pvue -Dmaven.test.skip=true
@Autowired
private Environment environment;
String profile = environment.getProperty("spring.profiles.active");
if(GlobalConst.PROFILE_PRD.equals(profile)){
}
else {
}
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。