Skip to content

Instantly share code, notes, and snippets.

@skaghzz
skaghzz / namho kim's GitHub Stats
Last active March 12, 2022 12:30
GitHub Stats
⭐ Total Stars: 4
➕ Total Commits: 750
🔀 Total PRs: 19
🚩 Total Issues: 9
📦 Contributed to: 4
@skaghzz
skaghzz / TestController.java
Last active July 8, 2021 03:44
비동기식 로그 예제
package com.example.logging.controller;
import com.example.logging.service.TestService;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.http.HttpStatus;
import org.springframework.http.ResponseEntity;
import org.springframework.web.bind.annotation.RequestMapping;