代码优化

This commit is contained in:
thinkgem
2022-05-08 16:19:09 +08:00
parent 07905c1e82
commit 6861ba125e
3 changed files with 5 additions and 2 deletions

View File

@@ -161,6 +161,7 @@
</warSourceExcludes>
<webappDirectory>${project.build.directory}/${project.artifactId}</webappDirectory>
<warName>${project.artifactId}</warName>
<failOnMissingWebXml>false</failOnMissingWebXml>
<archive>
<addMavenDescriptor>false</addMavenDescriptor>
</archive>