質問編集履歴

1

パッケージ変更(特に意味はなかった)

2021/03/27 08:22

投稿

kirimaru
kirimaru

スコア29

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 'jp.co.kelly.external.operation.RestOperationFactory' defined in file [C:\Users\naina\products\cucumber-sample\out\production\classes\jp\co\kelly\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: {}
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/a2bbbeaca834870f5cb120a2a9444c4e9f92d8bb/src/test/java/jp/co/kelly/api/DefultControllerTests.java
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/a2bbbeaca834870f5cb120a2a9444c4e9f92d8bb/src/main/java/jp/co/kelly/DemoApplication.java#L9
83
+ https://github.com/hirotoKirimaru/cucumber-sample/blob/d96dbceb7a3ac29ac5a87a19d245bb7b31ff46c4/src/main/java/kirimaru/DemoApplication.java#L9
84
84
 
85
85
 
86
86