Skip to content

Commit

Permalink
f-lab-edu#30 mysql 설정수정
Browse files Browse the repository at this point in the history
  • Loading branch information
kimsuyeondev committed May 25, 2024
1 parent 778c7fb commit 1af4f03
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ private static GoodsManagementRequest requestGoods() {
List<GoodsItemManagementRequest> items = new ArrayList<>();

items.add(GoodsItemManagementRequest.builder()
.itemNm("건성용 ")
.itemNm("건성용")
.itemQty(50).build());
items.add(GoodsItemManagementRequest.builder()
.itemNm("지성용")
Expand Down

0 comments on commit 1af4f03

Please sign in to comment.