質問編集履歴
1
パッケージ変更(特に意味はなかった)
title
CHANGED
File without changes
|
body
CHANGED
@@ -8,7 +8,7 @@
|
|
8
8
|
DIができずに起動ができない。
|
9
9
|
|
10
10
|
```
|
11
|
-
Caused by: org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name '
|
11
|
+
Caused by: org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'kirimaru.external.operation.RestOperationFactory' defined in file [\cucumber-sample\out\production\classes\kirimaru\external\operation\RestOperationFactory.class]: Unsatisfied dependency expressed through constructor parameter 0; nested exception is org.springframework.beans.factory.NoSuchBeanDefinitionException: No qualifying bean of type 'org.springframework.boot.web.client.RestTemplateBuilder' available: expected at least 1 bean which qualifies as autowire candidate. Dependency annotations: {}
|
12
12
|
at org.springframework.beans.factory.support.ConstructorResolver.createArgumentArray(ConstructorResolver.java:800)
|
13
13
|
at org.springframework.beans.factory.support.ConstructorResolver.autowireConstructor(ConstructorResolver.java:229)
|
14
14
|
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.autowireConstructor(AbstractAutowireCapableBeanFactory.java:1356)
|
@@ -37,9 +37,9 @@
|
|
37
37
|
|
38
38
|
### 該当のソースコード
|
39
39
|
|
40
|
-
https://github.com/hirotoKirimaru/cucumber-sample/blob/
|
40
|
+
https://github.com/hirotoKirimaru/cucumber-sample/blob/d96dbceb7a3ac29ac5a87a19d245bb7b31ff46c4/src/test/java/kirimaru/api/DefultControllerTests.java
|
41
41
|
|
42
|
-
https://github.com/hirotoKirimaru/cucumber-sample/blob/
|
42
|
+
https://github.com/hirotoKirimaru/cucumber-sample/blob/d96dbceb7a3ac29ac5a87a19d245bb7b31ff46c4/src/main/java/kirimaru/DemoApplication.java#L9
|
43
43
|
|
44
44
|
### 試したこと
|
45
45
|
|