質問編集履歴

2

試したこと追記

2021/05/26 08:00

投稿

nakamaro
nakamaro

スコア8

test CHANGED
File without changes
test CHANGED
@@ -116,6 +116,10 @@
116
116
 
117
117
  select文等は正常な動作を確認しています。
118
118
 
119
+ ${role}を#{role}に修正して確認しましたが同じexceptionが発生しました
120
+
121
+ org.apache.ibatis.binding.BindingException: Parameter 'rogin' not found. Available parameters are [arg3, arg2, param5, arg4, arg1, arg0, param3, param4, param1, param2]
122
+
119
123
 
120
124
 
121
125
  ### 補足情報(FW/ツールのバージョンなど)

1

誤字

2021/05/26 08:00

投稿

nakamaro
nakamaro

スコア8

test CHANGED
@@ -1 +1 @@
1
- ### Mybatisのinsertでorg.apache.ibatis.binding.BindingExceptionが発生する spring bootのmybatisを使用して社員データの登録
1
+ Mybatisのinsertでorg.apache.ibatis.binding.BindingExceptionが発生する
test CHANGED
File without changes