Преглед изворни кода

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

bieao пре 5 година
родитељ
комит
4d616ed1d5
1 измењених фајлова са 1 додато и 1 уклоњено
  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