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

更改上传文件大小限制

parent a91fadb2
...@@ -275,13 +275,14 @@ ...@@ -275,13 +275,14 @@
</executions> </executions>
</plugin> </plugin>
<!--
<plugin> <plugin>
<groupId>org.codehaus.mojo</groupId> <groupId>org.codehaus.mojo</groupId>
<artifactId>exec-maven-plugin</artifactId> <artifactId>exec-maven-plugin</artifactId>
<version>1.6.0</version> <version>1.6.0</version>
<executions> <executions>
<!--执行npm install--> &lt;!&ndash;执行npm install&ndash;&gt;
<execution> <execution>
<id>exec-npm-install</id> <id>exec-npm-install</id>
<phase>generate-resources</phase> <phase>generate-resources</phase>
...@@ -296,7 +297,7 @@ ...@@ -296,7 +297,7 @@
<workingDirectory>${project.parent.basedir}/device-manager-ui/admin</workingDirectory> <workingDirectory>${project.parent.basedir}/device-manager-ui/admin</workingDirectory>
</configuration> </configuration>
</execution> </execution>
<!--执行npm build--> &lt;!&ndash;执行npm build&ndash;&gt;
<execution> <execution>
<id>exec-npm-run-build</id> <id>exec-npm-run-build</id>
<phase>generate-resources</phase> <phase>generate-resources</phase>
...@@ -314,6 +315,7 @@ ...@@ -314,6 +315,7 @@
</execution> </execution>
</executions> </executions>
</plugin> </plugin>
-->
<plugin> <plugin>
<artifactId>maven-assembly-plugin</artifactId> <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