https://jeong-pro.tistory.com/187
How does @Async work? @Async를 지금까지 잘 못 쓰고 있었습니다(@Async 사용할 때 주의해야 할 것, 사용법
@Async in Spring boot 스프링 부트에서 개발자에게 비동기 처리를 손쉽게 할 수 있도록 다양한 방법을 제공하고 있다. 대세는 Reactive stack, CompletableFuture를 쓰겠으나 역시 가장 쉬운 방법으로는 @Async an
jeong-pro.tistory.com
https://spring.io/guides/gs/async-method/
Getting Started | Creating Asynchronous Methods
To run a sample, you can create an executable jar. Spring’s @Async annotation works with web applications, but you need not set up a web container to see its benefits. The following listing (from src/main/java/com/example/asyncmethod/AsyncMethodApplicati
spring.io
'JAVA > Spring Framework' 카테고리의 다른 글
JPA를 알아보다가 나온 R2DBC(메모) (0) | 2023.08.23 |
---|---|
Spring 비동기,Reactive 통신을 위한 자료들 (0) | 2023.08.23 |
[펌]Spring DB Transactional Annotation 알고 쓰자 (1) | 2022.05.16 |
[펌] Spring 환경에서 Spring Boot 마이그레이션 하기 (0) | 2022.05.11 |
@JsonProperty 사용법[펌] (0) | 2022.04.25 |