我怀疑您的依赖项配置不正确。在build.gradle
或pom.xml
中是否添加了ribbon-core
作为编译依赖项?
请查一下你有没有
runtime group: 'com.netflix.ribbon', name: 'ribbon-core', version: '2.7.17'
或
<dependency>
<groupId>com.netflix.ribbon</groupId>
<artifactId>ribbon-core</artifactId>
<version>2.7.17</version>
<scope>runtime</scope>
</dependency>
UnsatisfiedDependencyException:在文件[/home/x/workspace/botshop-backend-java/target/classes/far/botshop/backend/storage/filesystemStorageService.class]中创建名为“file SystemStorageService”的bean时出错:通过构造函数参数0表示
在运行该项目时,我出现了以下错误
我正在使用Spring Boot 2.2.4并尝试自定义执行器 以下是相关的课程
我想在xml JDBCTemolate上进行配置。 看起来是这样的 JDBCrepository: 控制器: