Can I return an API response without waiting on other external API calls in Spring Boot?

前端 未结 0 465
有刺的猬
有刺的猬 2020-12-28 11:08

Is this the correct way to use @Async in Spring Boot?

@Service
class someServiceImpl {
...
  public someResponseDTO g         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题