Explorar el Código

feature 修改配置文件

xiahan hace 4 meses
padre
commit
858efd3bb5
Se han modificado 1 ficheros con 11 adiciones y 0 borrados
  1. 11 0
      pom.xml

+ 11 - 0
pom.xml

@@ -8,6 +8,17 @@
         <groupId>com.rongwei</groupId>
         <version>1.1-SNAPSHOT</version>
     </parent>
+    <build>
+        <resources>
+            <resource>
+                <directory>src/main/resources</directory>
+                <!-- 包含所有文件(默认行为) -->
+                <includes>
+                    <include>**/*</include>
+                </includes>
+            </resource>
+        </resources>
+    </build>
     <dependencyManagement>
         <dependencies>
             <dependency>