我有一个实现 EmailService 的类 EmailServiceImpl 和另一个实现 ReportService 的类 ReportServiceImpl。两个接口都用@EnableAsync注解,所以也有带有@Async注解的方法。
我正在使用默认的弹簧任务执行器。
我无法在 ReportService 中自动装配 EmailService。
我有一个实现 EmailService 的类 EmailServiceImpl 和另一个实现 ReportService 的类 ReportServiceImpl。两个接口都用@EnableAsync注解,所以也有带有@Async注解的方法。
我正在使用默认的弹簧任务执行器。
我无法在 ReportService 中自动装配 EmailService。