1번 Controller package com.group.libraryapp.controller.fruit; import com.group.libraryapp.dto.fruit.FruitRequest; import com.group.libraryapp.dto.fruit.FruitResponse; import org.springframework.web.bind.annotation.PostMapping; import org.springframework.web.bind.annotation.RequestBody; import org.springframework.web.bind.annotation.RequestMapping; import org.springframework.web.bind.annotation.Re..