摘要: 大家都知道在Maven中有三个Profile,分别是dev、test和prod,对应到pom.xml中的设置如下: 1 <profiles> 2 <profile> 3 <id>dev</id> 4 <activation> 5 <activeByDefault>true</activeByDefa 阅读全文
posted @ 2020-06-22 17:11 无敌师爷IT技术Blog 阅读(545) 评论(0) 推荐(0)