Could not autowire. No beans of 'MinioProperties' type found.
应该是没扫描到类,需要在类前加@Component、@Controller、@Repository()等注解,使其成为SpringBoot扫描到;
或者Application启动类前加注解:@ComponentScan(basePackages= {"com.example.*"})

Logo

汇聚全球AI编程工具,助力开发者即刻编程。

更多推荐