소스 검색

电梯首页

黄远 5 년 전
부모
커밋
9f4185e5e8
2개의 변경된 파일3개의 추가작업 그리고 3개의 파일을 삭제
  1. 2 2
      lift-batch-service/pom.xml
  2. 1 1
      lift-batch-service/src/main/resources/application.yml

+ 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: