Skip to content

Commit

Permalink
1. 订单服务,修改为交易服务
Browse files Browse the repository at this point in the history
2. 迁移订单创建 rpc 接口
  • Loading branch information
YunaiV committed Nov 26, 2020
1 parent 8f8f4d7 commit db4ee1e
Show file tree
Hide file tree
Showing 122 changed files with 1,499 additions and 4,067 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -48,4 +48,8 @@ public static boolean containsAny(Collection<?> source, Collection<?> candidates
return org.springframework.util.CollectionUtils.containsAny(source, candidates);
}

public static <T> T getFirst(List<T> from) {
return !isEmpty(from) ? from.get(0) : null;
}

}
426 changes: 0 additions & 426 deletions docs/sql/old/mall_order.sql

Large diffs are not rendered by default.

136 changes: 0 additions & 136 deletions moved/order/order-service-impl/pom.xml

This file was deleted.

This file was deleted.

This file was deleted.

Loading

0 comments on commit db4ee1e

Please sign in to comment.