因为缺失自动装配,我,在resource目录下添加了META-INF/spring/org.springframework.boot.autoconfigure.AutoConfiguration.imports文件后项目启动没有问题,但 发现对jakarta.activation.DataSource这个类的数据源Autowired失败,只能注入com.alibaba.druid.spring.boot3.autoconfigure.DruidDataSourceWrapper
报错信息: Bean named 'dataSource' is expected to be of type 'jakarta.activation.DataSource' but was actually of type 'com.alibaba.druid.spring.boot3.autoconfigure.DruidDataSourceWrapper'