Browse Source

抄表服批处理模块代码优化 PengDi@2021/1/5

pengdi@zoniot.com 4 years ago
parent
commit
7e938b1f6c
1 changed files with 12 additions and 0 deletions
  1. 12 0
      meter-reading-batch/pom.xml

+ 12 - 0
meter-reading-batch/pom.xml

@@ -39,4 +39,16 @@
             <artifactId>spring-boot-starter-amqp</artifactId>
         </dependency>
     </dependencies>
+    <build>
+        <plugins>
+            <plugin>
+                <groupId>org.springframework.boot</groupId>
+                <artifactId>spring-boot-maven-plugin</artifactId>
+                <configuration>
+                    <fork>true</fork>
+                    <addResources>true</addResources>
+                </configuration>
+            </plugin>
+        </plugins>
+    </build>
 </project>