Commit b52587143ee3b655818464729c128c66b4d5eb05

Authored by 王言钊
1 parent 379ceca2

优化打包的包名,随环境不同 名字自动变更

Showing 1 changed file with 1 additions and 1 deletions
... ... @@ -207,7 +207,7 @@
207 207 </resource>
208 208 </resources>
209 209 <!-- 指定打包名称-->
210   - <finalName>cnlive_shenhe_test-0.0.1-SNAPSHOT</finalName>
  210 + <finalName>cnlive_shenhe_${environment}-0.0.1-SNAPSHOT</finalName>
211 211 <plugins>
212 212 <plugin>
213 213 <groupId>org.springframework.boot</groupId>
... ...