Browse Source

Merge branch 'feature-bieao' of lift-manager/lift-server into develop

bieao 5 năm trước cách đây
mục cha
commit
4d616ed1d5
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      lift-business-service/src/main/resources/application.yml

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

@@ -5,7 +5,7 @@ spring:
   application:
     name: lift-business-service
   profiles:
-    active: local
+    active: dev
 
 mybatis-plus:
   mapper-locations: classpath*:/mapper/**/**Mapper.xml