You can use @Async annotation from Spring to achieve that. You have to create a config like this: @Configuration @EnableRetry @EnableAsync ...
確定! 回上一頁