Skip to content

Commit

Permalink
Update.
Browse files Browse the repository at this point in the history
  • Loading branch information
bbalganjjm committed Apr 2, 2024
1 parent 10fd2a7 commit 25527e2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -757,7 +757,7 @@ Controller의 @RequestMapping은 Camel Case 문자열 형태로 다음과 같이
* 단건 입력 : `insert` + `MethodName` + `.json`
* 단건 수정 : `update` + `MethodName` + `.json`
* 단건 삭제 : `delete` + `MethodName` + `.json`
* 다건 저장(입력/수정/삭제) : `save` + `MethodName` + `.json`
* 다건 저장(입력/수정/삭제) : `save` + `MethodName` + `List.json`
* 출력 : `get` + `MethodName` + `.print`
* 엑셀 다운로드 : `get` + `MethodName` + `List` + `.xlsx`
* 엑셀 업로드 : `save` + `MethodName` + `.xlsx`
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -753,7 +753,7 @@
* 단건 입력 : `insert` + `MethodName` + `.json`
* 단건 수정 : `update` + `MethodName` + `.json`
* 단건 삭제 : `delete` + `MethodName` + `.json`
* 다건 저장(입력/수정/삭제) : `save` + `MethodName` + `.json`
* 다건 저장(입력/수정/삭제) : `save` + `MethodName` + `List.json`
* 출력 : `get` + `MethodName` + `.print`
* 엑셀 다운로드 : `get` + `MethodName` + `List` + `.xlsx`
* 엑셀 업로드 : `save` + `MethodName` + `.xlsx`
Expand Down

0 comments on commit 25527e2

Please sign in to comment.