回答編集履歴
1
説明を追記
answer
CHANGED
@@ -1,4 +1,5 @@
|
|
1
1
|
DeploymentEntity@6eb…という型が返ってきてほしいのに対してDeploymentEntity@1…という型が返ってきているため、クラスの型が不一致というエラーになっています。
|
2
|
+
(List<DeploymentEntity@6eb...>とList<DeploymentEntity@1...>を比較して型が違うのでアンマッチ)
|
2
3
|
|
3
4
|
DeploymentEntity@6eb…とかDeploymentEntity@1…はSpringがDeploymentEntityを元に動的に生成したクラスです。
|
4
5
|
|