사용법 (Spring Boot) spring boot에서 @Async를 사용하는 방법은 간단합니다 applicationClass에 @EnableAsync를 선언합니다 비동기로 작동하길 원하는 로직 함수 위에 @Async annotation을 붙어줍니다 설정 spri