admin管理员组

文章数量:1487745

springboot增加@EnableAsync注解,否则方法中的@Async注解没有生效

springboot增加@EnableAsync注解,否则方法中的@Async注解没有生效。

@EnableFeignClients(basePackages = {"com.test", "com.test.order"}) @EnableAsync @EnableEurekaClient @SpringBootApplication public class MyApplication extends SpringBootServletInitializer {

}

本文参与 腾讯云自媒体同步曝光计划,分享自作者个人站点/博客。 原始发表:2024-01-15,如有侵权请联系 cloudcommunity@tencent 删除extends注解asyncclasscom

本文标签: springboot增加EnableAsync注解,否则方法中的Async注解没有生效