update pom.xml

This commit is contained in:
yutou 2023-07-25 16:56:48 +08:00
parent a34fafc39c
commit 883f5bb820

View File

@ -218,6 +218,7 @@
<!--使用-Dloader.path需要在打包的时候增加<layout>ZIP</layou
t>,不指定的话-Dloader.path不生效-->
<layout>ZIP</layout>
<includeSystemScope>true</includeSystemScope>
<!-- 指定该jar包启动时的主类[建议] -->
<mainClass>com.yutou.qqbot.QQBotApplication</mainClass>
</configuration>