25shshsh / Sample

0 stars 0 forks source link

모든 handler 마다 로그를 남기기 보다는 Filter를 사용해볼 것 #6

Open jurogrammer opened 1 year ago

jurogrammer commented 1 year ago
@PostMapping("/remove")
    public String remove(long bno, RedirectAttributes redirectAttributes) {

        log.info("bno : " + bno);

https://amagrammer91.tistory.com/179