From a1a48c40d3171db8cadba37a34d4b14d78eb15d9 Mon Sep 17 00:00:00 2001
From: Helius <wangdoubleone@gmail.com>
Date: Mon, 25 Oct 2021 14:36:44 +0800
Subject: [PATCH] fix

---
 zq-erp/pom.xml |   20 +++++++++++++++++++-
 1 files changed, 19 insertions(+), 1 deletions(-)

diff --git a/zq-erp/pom.xml b/zq-erp/pom.xml
index cfd291e..661933d 100644
--- a/zq-erp/pom.xml
+++ b/zq-erp/pom.xml
@@ -48,6 +48,12 @@
             </properties>
         </profile>
         <profile>
+            <id>mdPrd</id>
+            <properties>
+                <env>mdPrd</env>
+            </properties>
+        </profile>
+        <profile>
             <id>xcx</id>
             <properties>
                 <env>xcx</env>
@@ -57,6 +63,12 @@
             <id>lhx</id>
             <properties>
                 <env>lhx</env>
+            </properties>
+        </profile>
+        <profile>
+            <id>xcshop</id>
+            <properties>
+                <env>xcshop</env>
             </properties>
         </profile>
     </profiles>
@@ -391,15 +403,16 @@
 
                     <exclude>config/dev/*</exclude>
                     <exclude>config/prd/*</exclude>
+                    <exclude>config/mdPrd/*</exclude>
                     <exclude>config/test/*</exclude>
                     <exclude>config/xcx/*</exclude>
+                    <exclude>config/xcshop/*</exclude>
 
                     <!--
                     <exclude>config/config.json</exclude>
                     <exclude>config/application.properties</exclude>
                     <exclude>config/system.properties</exclude>
                     -->
-
 
 
                     <exclude>**/*.woff</exclude>
@@ -444,6 +457,11 @@
                             <artifactId>mapstruct-processor</artifactId>
                             <version>1.3.0.Final</version>
                         </path>
+                        <path>
+                            <groupId>org.projectlombok</groupId>
+                            <artifactId>lombok</artifactId>
+                            <version>1.18.12</version>
+                        </path>
                     </annotationProcessorPaths>
                 </configuration>
             </plugin>

--
Gitblit v1.9.1