Commit 4a8116d3 authored by 赵啸非's avatar 赵啸非

更改上传文件大小限制

parent a91fadb2
......@@ -275,13 +275,14 @@
</executions>
</plugin>
<!--
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>exec-maven-plugin</artifactId>
<version>1.6.0</version>
<executions>
<!--执行npm install-->
&lt;!&ndash;执行npm install&ndash;&gt;
<execution>
<id>exec-npm-install</id>
<phase>generate-resources</phase>
......@@ -296,7 +297,7 @@
<workingDirectory>${project.parent.basedir}/device-manager-ui/admin</workingDirectory>
</configuration>
</execution>
<!--执行npm build-->
&lt;!&ndash;执行npm build&ndash;&gt;
<execution>
<id>exec-npm-run-build</id>
<phase>generate-resources</phase>
......@@ -314,6 +315,7 @@
</execution>
</executions>
</plugin>
-->
<plugin>
<artifactId>maven-assembly-plugin</artifactId>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment