코드 정리

This commit is contained in:
khj0414 2025-01-09 15:52:46 +09:00
parent d2016a3c24
commit 8c978804be

View File

@ -20,7 +20,6 @@ import org.springframework.security.core.annotation.AuthenticationPrincipal;
import org.springframework.web.bind.annotation.GetMapping; import org.springframework.web.bind.annotation.GetMapping;
import org.springframework.web.bind.annotation.PatchMapping; import org.springframework.web.bind.annotation.PatchMapping;
import org.springframework.web.bind.annotation.PostMapping; import org.springframework.web.bind.annotation.PostMapping;
import org.springframework.web.bind.annotation.PutMapping;
import org.springframework.web.bind.annotation.RequestMapping; import org.springframework.web.bind.annotation.RequestMapping;
import org.springframework.web.bind.annotation.RestController; import org.springframework.web.bind.annotation.RestController;
@ -49,10 +48,7 @@ public class worddictController {
/** /**
* 용어집 목록 조회 * 용어집 목록 조회
* @param page 페이지번호 * @param page 페이지번호 ,searchKeyword 검색키워드,category 카테고리 코드명,indexKeyword 정렬 키워드
* @param searchKeyword 검색키워드
* @param category 카테고리 코드명
* @param indexKeyword 정렬 키워드
* @return * @return
*/ */
@Member @Member