Browse Source

部署war包启动说明

RuoYi 6 years ago
parent
commit
ba2d7f418d
2 changed files with 9 additions and 1 deletions
  1. BIN
      doc/若依环境使用手册v1.0.3.docx
  2. 9 1
      ruoyi-admin/pom.xml

BIN
doc/若依环境使用手册v1.0.2.docx → doc/若依环境使用手册v1.0.3.docx


+ 9 - 1
ruoyi-admin/pom.xml

@@ -8,7 +8,7 @@
         <version>3.0</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
-	
+	<packaging>jar</packaging>
     <artifactId>ruoyi-admin</artifactId>
 	
 	<description>
@@ -76,6 +76,14 @@
                     </execution>
                 </executions>
             </plugin>
+            <plugin>   
+                  <groupId>org.apache.maven.plugins</groupId>   
+                  <artifactId>maven-war-plugin</artifactId>   
+                  <version>2.6</version>   
+                  <configuration>   
+                      <failOnMissingWebXml>false</failOnMissingWebXml>   
+                  </configuration>   
+		   </plugin>   
         </plugins>
         <finalName>ruoyi-${ruoyi.version}</finalName>
     </build>