摘要: 同步执行和异步线程池的方式执行和springboot中使用@Async加@EanbleAsync的方式对比。 1.同步执行: @RestController public class TestController { @Autowired private TestService service; / 阅读全文
posted @ 2021-08-06 10:12 zhiqk 阅读(496) 评论(0) 推荐(0)