質問編集履歴
1
パッケージ変更(特に意味はなかった)
test
CHANGED
File without changes
|
test
CHANGED
@@ -18,7 +18,7 @@
|
|
18
18
|
|
19
19
|
```
|
20
20
|
|
21
|
-
Caused by: org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name '
|
21
|
+
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: {}
|
22
22
|
|
23
23
|
at org.springframework.beans.factory.support.ConstructorResolver.createArgumentArray(ConstructorResolver.java:800)
|
24
24
|
|
@@ -76,11 +76,11 @@
|
|
76
76
|
|
77
77
|
|
78
78
|
|
79
|
-
https://github.com/hirotoKirimaru/cucumber-sample/blob/
|
79
|
+
https://github.com/hirotoKirimaru/cucumber-sample/blob/d96dbceb7a3ac29ac5a87a19d245bb7b31ff46c4/src/test/java/kirimaru/api/DefultControllerTests.java
|
80
80
|
|
81
81
|
|
82
82
|
|
83
|
-
https://github.com/hirotoKirimaru/cucumber-sample/blob/
|
83
|
+
https://github.com/hirotoKirimaru/cucumber-sample/blob/d96dbceb7a3ac29ac5a87a19d245bb7b31ff46c4/src/main/java/kirimaru/DemoApplication.java#L9
|
84
84
|
|
85
85
|
|
86
86
|
|