Skip to content

Commit

Permalink
[Style] Logging tools 통일 #28
Browse files Browse the repository at this point in the history
  • Loading branch information
eunki96 committed Jun 3, 2023
1 parent 9d36af4 commit 30af38a
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions favor/src/main/java/com/favor/favor/gift/GiftController.java
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,6 @@
import io.swagger.annotations.ApiResponses;
import lombok.RequiredArgsConstructor;
import lombok.extern.log4j.Log4j2;
import lombok.extern.slf4j.Slf4j;
import lombok.extern.slf4j.XSlf4j;
import org.springframework.http.HttpStatus;
import org.springframework.http.ResponseEntity;
import org.springframework.web.bind.annotation.*;
Expand All @@ -22,7 +20,7 @@
@RestController
@RequestMapping("/gifts")
@RequiredArgsConstructor
@Slf4j
@Log4j2
public class GiftController {
private final GiftService giftService;

Expand Down

0 comments on commit 30af38a

Please sign in to comment.