黄远 5 gadi atpakaļ
vecāks
revīzija
9f4185e5e8

+ 2 - 2
lift-batch-service/pom.xml

@@ -25,10 +25,10 @@
             <version>1.0-SNAPSHOT</version>
         </dependency>
 
-        <!--<dependency>
+        <dependency>
             <groupId>cn.com.xwy</groupId>
             <artifactId>xwy-cloud-dependencies</artifactId>
-        </dependency>-->
+        </dependency>
 
     </dependencies>
 

+ 1 - 1
lift-batch-service/src/main/resources/application.yml

@@ -9,7 +9,7 @@ spring:
   application:
     name: lift-batch-service
   profiles:
-    active: test
+    active: prod
 
 # mybatis-plus配置
 mybatis-plus: