Преглед изворни кода

up:5.3.6

Signed-off-by: mingsoft <killfen@126.com>
msgroup пре 1 година
родитељ
комит
5e9a139f9d
2 измењених фајлова са 13 додато и 6 уклоњено
  1. 7 0
      assembly.xml
  2. 6 6
      pom.xml

+ 7 - 0
assembly.xml

@@ -39,6 +39,13 @@
             </includes>
         </fileSet>
         <fileSet>
+            <directory>src/main/webapp/upload</directory>
+            <outputDirectory>${file.separator}upload</outputDirectory>
+            <includes>
+                <include>*/**</include>
+            </includes>
+        </fileSet>
+        <fileSet>
             <directory>src/main/webapp/WEB-INF</directory>
             <outputDirectory>${file.separator}WEB-INF</outputDirectory>
             <includes>

+ 6 - 6
pom.xml

@@ -5,12 +5,12 @@
     <parent>
         <groupId>org.springframework.boot</groupId>
         <artifactId>spring-boot-starter-parent</artifactId>
-        <version>2.7.7</version>
+        <version>2.7.18</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
     <groupId>net.mingsoft</groupId>
     <artifactId>ms-mcms</artifactId>
-    <version>5.3.5</version>
+    <version>5.3.6</version>
     <name>${project.groupId}:${project.artifactId}</name>
     <!-- 打包war包,注意不启用(resources》resource》excludes的配置并注释掉maven-assembly-plugin 插件配置 -->
     <!--<packaging>war</packaging>-->
@@ -44,24 +44,24 @@
         <dependency>
             <groupId>net.mingsoft</groupId>
             <artifactId>ms-base</artifactId>
-            <version>2.1.25</version>
+            <version>2.1.26</version>
         </dependency>
         <dependency>
             <groupId>net.mingsoft</groupId>
             <artifactId>ms-basic</artifactId>
-            <version>2.1.25</version>
+            <version>2.1.26</version>
         </dependency>
         <dependency>
             <groupId>net.mingsoft</groupId>
             <artifactId>ms-mdiy</artifactId>
-            <version>2.1.25</version>
+            <version>2.1.26</version>
         </dependency>
 
         <!--store入口依赖(源码不开发),如果不需要MStore可以直接去掉依赖-->
         <dependency>
             <groupId>net.mingsoft</groupId>
             <artifactId>store-client</artifactId>
-            <version>2.1.25</version>
+            <version>2.1.26</version>
         </dependency>
         <dependency>
             <groupId>com.github.oshi</groupId>