设置最终 build 的名字,解决打包问题

This commit is contained in:
YunaiV 2020-08-02 00:57:39 +08:00
parent 777133bd49
commit c71defa8fb

View File

@ -84,4 +84,9 @@
</dependencies>
<build>
<!-- 设置构建的 jar 包名 -->
<finalName>${project.artifactId}</finalName>
</build>
</project>