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注解没有生效
版权声明:本文标题:springboot增加@EnableAsync注解,否则方法中的@Async注解没有生效 内容由网友自发贡献,该文观点仅代表作者本人, 转载请联系作者并注明出处:http://www.betaflare.com/shuma/1754973985a3181926.html, 本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容,一经查实,本站将立刻删除。
发表评论