# 打包成test环境 mvn clean package -P test # 打包成prod环境 mvn clean package -P prod