Procházet zdrojové kódy

feat: 修改分配库存的bug

luofeiyun před 1 měsícem
rodič
revize
1bda2cd96d

+ 1 - 1
ship-server-web/src/main/resources/application.yaml

@@ -3,7 +3,7 @@ spring:
     name: yudao-server
 
   profiles:
-    active: lfy
+    active: sxtest
 
   main:
     allow-circular-references: true # 允许循环依赖,因为项目是三层架构,无法避免这个情况。