글로벌 exception error.log 추가

This commit is contained in:
2025-12-23 09:39:47 +09:00
parent 5259d04312
commit 95c01c693b
2 changed files with 29 additions and 11 deletions

View File

@@ -15,7 +15,6 @@ import io.swagger.v3.oas.annotations.tags.Tag;
import java.util.LinkedHashMap;
import java.util.List;
import lombok.RequiredArgsConstructor;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.web.bind.annotation.GetMapping;
import org.springframework.web.bind.annotation.PostMapping;
import org.springframework.web.bind.annotation.RequestMapping;
@@ -29,8 +28,7 @@ import org.springframework.web.bind.annotation.RestController;
public class MenuApiController {
private final MenuService menuService;
@Autowired private ObjectMapper objectMapper;
private final ObjectMapper objectMapper;
@Operation(summary = "목록 조회", description = "모든 메뉴 조회")
@ApiResponses(