11
3

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 3 years have passed since last update.

Intellijの罠、MybatisのInvalid bound statement (not found)

Posted at

Mapper XMLとMapperクラスのパスが同じなのに
なぜかInvalid bound statement (not found)と表示される。。。

それはディレクトリの名前、階層がおかしい可能性があります。
例 これが
src/main/java/com/example/demo
src/main/resources/com/example/demo
こうなっているかも
src/main/resources/com.example.demo

ん?どういうこと?と思うかたは下記へ
image.png

Intellijのほうでまとめてくれるのでわかりにくくなる。。。
image.png
実際は上記のようにしっかり階層をわけてあげて下さい

左の歯車マークからCompact Middle Pakagesのチェックを外すことで分割できるので
試してみてください~

11
3
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
11
3

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?