Quellcode durchsuchen

修改激活环境为dev

别傲 vor 5 Jahren
Ursprung
Commit
909f8dbcc8
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  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